interface/lib/classes/db_mysql.inc.php | ●●●●● patch | view | raw | blame | history |
interface/lib/classes/db_mysql.inc.php
@@ -108,7 +108,7 @@ if($this->errorNumber) { $error_msg = $this->errorLocation .' '. $this->errorMessage; // This right here will allow us to use the samefile for server & interface if($this->show_error_messages) { if($this->show_error_messages && $conf['demo_mode'] != true) { echo $error_msg; } else if(is_object($app) && method_exists($app, 'log')) { $app->log($error_msg, LOGLEVEL_WARN);