Show
Ignore:
Timestamp:
07/07/06 14:00:39 (2 years ago)
Author:
nahuel
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/class/db_mysql.php

    r540 r1713  
    2222  var $Auto_Free     = 0;     ## Set to 1 for automatic mysql_free_result() 
    2323  var $Debug         = 0;     ## Set to 1 for debugging messages. 
    24   var $Halt_On_Error = "yes"; ## "yes" (halt with message), "no" (ignore errors quietly), "report" (ignore errror, but spit a warning) 
     24  var $Halt_On_Error = "no"; ## "yes" (halt with message), "no" (ignore errors quietly), "report" (ignore errror, but spit a warning) 
    2525  var $Seq_Table     = "db_sequence"; 
    2626