mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
Disable verbose debug messages on restore.
This commit is contained in:
parent
a66ae024a9
commit
83e867ef01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user