1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 08:06:38 +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

@@ -157,4 +157,9 @@
$this->log($log_type, $log_remark, $log_query);
}
public function db_SetErrorReporting($mode)
{
$this->setErrorReporting($mode);
}
}