From: <var...@us...> - 2021-09-03 08:40:10
|
Revision: 10532 http://sourceforge.net/p/phpwiki/code/10532 Author: vargenau Date: 2021-09-03 08:40:08 +0000 (Fri, 03 Sep 2021) Log Message: ----------- Add function reset in class WikiDB_backend_PDO_iter Modified Paths: -------------- trunk/lib/WikiDB/backend/PDO.php Modified: trunk/lib/WikiDB/backend/PDO.php =================================================================== --- trunk/lib/WikiDB/backend/PDO.php 2021-09-03 07:49:05 UTC (rev 10531) +++ trunk/lib/WikiDB/backend/PDO.php 2021-09-03 08:40:08 UTC (rev 10532) @@ -1385,6 +1385,10 @@ return $result->fetch(PDO::FETCH_BOTH); } + function reset() + { + } + function free() { if ($this->_result) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |