On n'affiche pas les erreurs mysql qui font planter si la bdd existe déjà

Closes: #698
This commit is contained in:
Nahuel Angelinetti 2006-07-07 12:00:39 +00:00
parent d7ac6db630
commit 6457588a56
1 changed files with 1 additions and 1 deletions

View File

@ -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 */