diff options
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/db/tools.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/tools.php b/phpBB/includes/db/tools.php index 983cdc18ea..492284ffcd 100644 --- a/phpBB/includes/db/tools.php +++ b/phpBB/includes/db/tools.php @@ -303,7 +303,7 @@ class phpbb_db_tools  	* @param phpbb_db_driver	$db					Database connection  	* @param bool		$return_statements	True if only statements should be returned and no SQL being executed  	*/ -	function phpbb_db_tools(phpbb_db_driver $db, $return_statements = false) +	public function __construct(phpbb_db_driver $db, $return_statements = false)  	{  		$this->db = $db;  		$this->return_statements = $return_statements;  | 
