1
0
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:
Cameron
2019-02-09 13:07:34 -08:00
parent b471292a36
commit f735292e3f
3 changed files with 11 additions and 6 deletions

View File

@@ -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;
}