summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authormrw <matt@mattweinberg.net>2012-03-26 16:25:26 +0200
committermrw <matt@mattweinberg.net>2012-03-26 16:25:26 +0200
commit7310e85e92e38459b50addd9ce749c115c86da11 (patch)
tree71519fb29e31bb4ae3694a227ec7fa1ab80075b1 /user_guide_src
parentd69082b8af130ac74806203140a391fc8ca18b82 (diff)
Commas, not tabs, are the default delimiter in dbutil->csv_from_result.
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/database/utilities.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/utilities.rst b/user_guide_src/source/database/utilities.rst
index 3805ffb87..4e83929b2 100644
--- a/user_guide_src/source/database/utilities.rst
+++ b/user_guide_src/source/database/utilities.rst
@@ -117,7 +117,7 @@ query. Example::
echo $this->dbutil->csv_from_result($query);
The second, third, and fourth parameters allow you to set the delimiter
-newline, and enclosure characters respectively. By default tabs are
+newline, and enclosure characters respectively. By default commas are
used as the delimiter, "\n" is used as a new line, and a double-quote
is used as the enclosure. Example::