Disable verbose debug messages on restore.

This commit is contained in:
Hans-Jürgen Tappe 2010-07-31 08:03:32 +00:00
parent a66ae024a9
commit 83e867ef01

View File

@ -432,7 +432,7 @@ class db_backup
$this->schemas = unserialize(trim(substr($line,8)));
foreach($this->schemas as $table_name => $schema)
{
echo "<pre>$table_name => ".self::write_array($schema,1)."</pre>\n";
//echo "<pre>$table_name => ".self::write_array($schema,1)."</pre>\n";
$this->schema_proc->CreateTable($table_name,$schema);
}
// make the schemas availible for the db-class