diff options
author | Kyle Farris <kylefarris@gmail.com> | 2011-09-09 17:15:52 +0200 |
---|---|---|
committer | Kyle Farris <kylefarris@gmail.com> | 2011-09-09 17:15:52 +0200 |
commit | 07f8fb3261c820d59019e21aa8ae29f9872cdb30 (patch) | |
tree | 7467320dc49fcfeb0f1b7fbaa1707dedabfb89d6 /user_guide | |
parent | 8c50c8e960e1549fc6168c60bbf6f179c80db2eb (diff) |
Forgot an 'and'...
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/database/utilities.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html index 570e44713..c80e3d106 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html @@ -184,7 +184,7 @@ echo $this->dbutil->csv_from_result($query); </code> <p>The second, third, and fourth parameters allow you to -set the delimiter, newline, enclosure characters, respectively. By default tabs are used as the delimiter, "\n" is used as a new line, and a double-quote is used as the enclosure. Example:</p> +set the delimiter, newline, and enclosure characters respectively. By default tabs are used as the delimiter, "\n" is used as a new line, and a double-quote is used as the enclosure. Example:</p> <code> $delimiter = ",";<br /> |