mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +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)));
|
$this->schemas = unserialize(trim(substr($line,8)));
|
||||||
foreach($this->schemas as $table_name => $schema)
|
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);
|
$this->schema_proc->CreateTable($table_name,$schema);
|
||||||
}
|
}
|
||||||
// make the schemas availible for the db-class
|
// make the schemas availible for the db-class
|
||||||
|
Loading…
Reference in New Issue
Block a user