|
From: Florin C B. <ory...@us...> - 2013-06-16 16:45:57
|
Update of /cvsroot/mxbb/core/includes/db In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20603 Modified Files: dbal.php Log Message: Index: dbal.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/dbal.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** dbal.php 16 Jun 2013 01:38:28 -0000 1.15 --- dbal.php 16 Jun 2013 16:45:55 -0000 1.16 *************** *** 467,474 **** $msg_long_text = $message; ! trigger_error(false, E_USER_ERROR); } //trigger_error($message, E_USER_ERROR); } --- 467,476 ---- $msg_long_text = $message; ! //trigger_error(false, E_USER_ERROR); ! return $this->sql_error_returned; } //trigger_error($message, E_USER_ERROR); + return $this->sql_error_returned; } |