From 9dd7076e9d1a1aab611eb69ea010dd88a5544d6c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 2 Nov 2016 14:27:20 +0100 Subject: [PATCH] remove permantent error_log on restore of egw_cal_dates --- api/src/Db/Backup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/Db/Backup.php b/api/src/Db/Backup.php index 105f5fcaa3..0cd20ccfb4 100644 --- a/api/src/Db/Backup.php +++ b/api/src/Db/Backup.php @@ -596,7 +596,6 @@ class Backup { if ($def['type'] === 'bool') $bools[] = $col; } - if ($table == 'egw_cal_dates') error_log(__METHOD__."() $table: bools=".array2string($bools).", schema[fd]=".array2string($this->schemas[$table]['fd'])); if (feof($f)) break; continue;