From: <var...@us...> - 2016-01-07 09:25:31
|
Revision: 9755 http://sourceforge.net/p/phpwiki/code/9755 Author: vargenau Date: 2016-01-07 09:25:29 +0000 (Thu, 07 Jan 2016) Log Message: ----------- Use __construct Modified Paths: -------------- trunk/lib/WikiDB/backend.php Modified: trunk/lib/WikiDB/backend.php =================================================================== --- trunk/lib/WikiDB/backend.php 2016-01-07 09:21:44 UTC (rev 9754) +++ trunk/lib/WikiDB/backend.php 2016-01-07 09:25:29 UTC (rev 9755) @@ -776,7 +776,7 @@ */ class WikiDB_backend_search { - function WikiDB_backend_search($search, &$dbh) + function __construct($search, &$dbh) { $this->_dbh = $dbh; $this->_case_exact = $search->_case_exact; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |