This commit is contained in:
ralf 2022-11-18 20:13:49 +01:00
parent 448a575886
commit 6857e858de

View File

@ -598,7 +598,7 @@ class Backup
}
if ($table) // do we already reached the data part
{
$import = !$only_egw || (bool)preg_match('/^egw_/', $table_name);
$import = !$only_egw || preg_match('/^egw_/', $table);
$data = self::csv_split($line, $cols, $blobs, $bools);
if ($table == 'egw_async' && in_array('##last-check-run##',$data))