From 20b01e83cb61b6b2460f64c7d1277c5f4cc28574 Mon Sep 17 00:00:00 2001 From: muzcb Date: Tue, 17 Aug 2021 00:20:25 +0200 Subject: Fix syntax error in toexport.inc.php (#749) --- toexport.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toexport.inc.php') 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); -- cgit v1.3