summaryrefslogtreecommitdiff
path: root/toexport.inc.php
diff options
context:
space:
mode:
authormuzcb <c.becker@milchundzucker.de>2021-08-17 00:20:25 +0200
committerGitHub <noreply@github.com>2021-08-17 00:20:25 +0200
commit20b01e83cb61b6b2460f64c7d1277c5f4cc28574 (patch)
tree2740a657a37c38a28a984d35ab0f331985b36d00 /toexport.inc.php
parenta6733f61b0165b366c8d2c70d9af82edc3881951 (diff)
downloadadodb-20b01e83cb61b6b2460f64c7d1277c5f4cc28574.tar.gz
adodb-20b01e83cb61b6b2460f64c7d1277c5f4cc28574.tar.bz2
adodb-20b01e83cb61b6b2460f64c7d1277c5f4cc28574.zip
Fix syntax error in toexport.inc.php (#749)
Diffstat (limited to 'toexport.inc.php')
-rw-r--r--toexport.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/toexport.inc.php b/toexport.inc.php
index f0cca63d..66bbf542 100644
--- a/toexport.inc.php
+++ b/toexport.inc.php
@@ -31,7 +31,7 @@
* @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community
*/
-/ returns a recordset as a csv string
+// returns a recordset as a csv string
function rs2csv(&$rs,$addtitles=true)
{
return _adodb_export($rs,',',',',false,$addtitles);