From 83e867ef01acd2b6a8e510736211432b77bd5815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=BCrgen=20Tappe?= Date: Sat, 31 Jul 2010 08:03:32 +0000 Subject: [PATCH] Disable verbose debug messages on restore. --- phpgwapi/inc/class.db_backup.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.db_backup.inc.php b/phpgwapi/inc/class.db_backup.inc.php index 0843f228cf..fa0abafe50 100644 --- a/phpgwapi/inc/class.db_backup.inc.php +++ b/phpgwapi/inc/class.db_backup.inc.php @@ -432,7 +432,7 @@ class db_backup $this->schemas = unserialize(trim(substr($line,8))); foreach($this->schemas as $table_name => $schema) { - echo "
$table_name => ".self::write_array($schema,1)."
\n"; + //echo "
$table_name => ".self::write_array($schema,1)."
\n"; $this->schema_proc->CreateTable($table_name,$schema); } // make the schemas availible for the db-class