From: Brion Vibber Date: Thu, 28 Oct 2004 02:01:03 +0000 (+0000) Subject: Fix constructor X-Git-Tag: 1.5.0alpha1~1431 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=0d100487e48d2b67a674a214c54954916d8dc23c;p=lhc%2Fweb%2Fwiklou.git Fix constructor --- diff --git a/includes/SearchMySQL3.php b/includes/SearchMySQL3.php index abe597e145..02a9332f8c 100644 --- a/includes/SearchMySQL3.php +++ b/includes/SearchMySQL3.php @@ -26,7 +26,7 @@ require_once( 'SearchEngine.php' ); class SearchMySQL3 extends SearchEngine { - function SearchEngineMySQL3( $db ) { + function SearchMySQL3( &$db ) { $this->db =& $db; }