diff options
| author | muzcb <c.becker@milchundzucker.de> | 2021-08-17 00:20:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-17 00:20:25 +0200 |
| commit | 20b01e83cb61b6b2460f64c7d1277c5f4cc28574 (patch) | |
| tree | 2740a657a37c38a28a984d35ab0f331985b36d00 /toexport.inc.php | |
| parent | a6733f61b0165b366c8d2c70d9af82edc3881951 (diff) | |
| download | adodb-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.php | 2 |
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); |
