diff options
author | Connor Tumbleson <connor.tumbleson@gmail.com> | 2014-01-11 13:58:43 +0100 |
---|---|---|
committer | Connor Tumbleson <connor.tumbleson@gmail.com> | 2014-01-11 13:58:43 +0100 |
commit | 75b3fb26a324c71ff18fa19b2a3caa357f8133ec (patch) | |
tree | c6a026bbebbc313a1c2d5476ff011b8ad71c66bd /user_guide_src/source/libraries/input.rst | |
parent | d0bc7eb366610ad2e68d5921b363c665ccda1ff3 (diff) |
cleanup warnings
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com>
Diffstat (limited to 'user_guide_src/source/libraries/input.rst')
-rw-r--r-- | user_guide_src/source/libraries/input.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst index 4d8fdaf15..f5ab04883 100644 --- a/user_guide_src/source/libraries/input.rst +++ b/user_guide_src/source/libraries/input.rst @@ -215,8 +215,7 @@ Class Reference pass information to this method so that a cookie can be set: Array Method, and Discrete Parameters: - Array Method - ^^^^^^^^^^^^ + **Array Method** Using this method, an associative array is passed to the first parameter:: @@ -255,8 +254,7 @@ Class Reference The secure boolean is only needed if you want to make it a secure cookie by setting it to TRUE. - Discrete Parameters - ^^^^^^^^^^^^^^^^^^^ + **Discrete Parameters** If you prefer, you can set the cookie by passing data using individual parameters:: |