From: <var...@us...> - 2021-01-16 19:24:05
|
Revision: 10240 http://sourceforge.net/p/phpwiki/code/10240 Author: vargenau Date: 2021-01-16 19:24:03 +0000 (Sat, 16 Jan 2021) Log Message: ----------- Same name as parent Modified Paths: -------------- trunk/lib/DbSession/dba.php Modified: trunk/lib/DbSession/dba.php =================================================================== --- trunk/lib/DbSession/dba.php 2021-01-16 19:23:05 UTC (rev 10239) +++ trunk/lib/DbSession/dba.php 2021-01-16 19:24:03 UTC (rev 10240) @@ -49,9 +49,9 @@ array(&$this, 'gc')); } - function quote($str) + function quote($string) { - return $str; + return $string; } function query($sql) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |