From 6457588a56c539a88e64a7d940d66d20c92c162e Mon Sep 17 00:00:00 2001 From: Nahuel Angelinetti Date: Fri, 7 Jul 2006 12:00:39 +0000 Subject: [PATCH] =?UTF-8?q?On=20n'affiche=20pas=20les=20erreurs=20mysql=20?= =?UTF-8?q?qui=20font=20planter=20si=20la=20bdd=20existe=20d=C3=A9j=C3=A0?= =?UTF-8?q?=20Closes:=20#698?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bureau/class/db_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/class/db_mysql.php b/bureau/class/db_mysql.php index 5fbfb49b..54660010 100644 --- a/bureau/class/db_mysql.php +++ b/bureau/class/db_mysql.php @@ -21,7 +21,7 @@ class DB_Sql { /* public: configuration parameters */ var $Auto_Free = 0; ## Set to 1 for automatic mysql_free_result() var $Debug = 0; ## Set to 1 for debugging messages. - var $Halt_On_Error = "yes"; ## "yes" (halt with message), "no" (ignore errors quietly), "report" (ignore errror, but spit a warning) + var $Halt_On_Error = "no"; ## "yes" (halt with message), "no" (ignore errors quietly), "report" (ignore errror, but spit a warning) var $Seq_Table = "db_sequence"; /* public: result array and current row number */