summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-11 16:15:07 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-11 16:15:07 +0100
commita49c8adbc24d904b3473cc301f0f56818acdddcb (patch)
tree2529ab952a74f1b1686e27544be283a833830809 /user_guide_src
parent05983fcb5b8f04fb895c025e28ef6ffc44a5f602 (diff)
Change CI_Table:: to NULL
Because semantics
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/libraries/table.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/table.rst b/user_guide_src/source/libraries/table.rst
index 6e011083e..9d95eddfc 100644
--- a/user_guide_src/source/libraries/table.rst
+++ b/user_guide_src/source/libraries/table.rst
@@ -139,7 +139,7 @@ Class Reference
.. class:: CI_Table
- .. attribute:: $function = FALSE
+ .. attribute:: $function = NULL
Allows you to specify a native PHP function or a valid function array object to be applied to all cell data.
::