mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
More db class tweaks
This commit is contained in:
@@ -1765,7 +1765,7 @@ class e_db_mysql
|
||||
* @desc Enter description here...
|
||||
* @access private
|
||||
*/
|
||||
function db_SetErrorReporting($mode)
|
||||
public function db_SetErrorReporting($mode)
|
||||
{
|
||||
$this->mySQLerror = $mode;
|
||||
}
|
||||
|
Reference in New Issue
Block a user