From: <var...@us...> - 2015-03-06 11:01:58
|
Revision: 9613 http://sourceforge.net/p/phpwiki/code/9613 Author: vargenau Date: 2015-03-06 11:01:51 +0000 (Fri, 06 Mar 2015) Log Message: ----------- Remove wrong comment Modified Paths: -------------- trunk/lib/WikiDB/backend/PearDB_ffpgsql.php Modified: trunk/lib/WikiDB/backend/PearDB_ffpgsql.php =================================================================== --- trunk/lib/WikiDB/backend/PearDB_ffpgsql.php 2015-03-06 10:53:35 UTC (rev 9612) +++ trunk/lib/WikiDB/backend/PearDB_ffpgsql.php 2015-03-06 11:01:51 UTC (rev 9613) @@ -574,7 +574,6 @@ . $exclude . $orderby; if ($limit) { - // oci8 error: WHERE NULL = NULL appended list($from, $count) = $this->limit($limit); $result = $dbh->limitQuery($sql, $from, $count * 3); } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |