mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
fix some scrutinizer "bugs"
This commit is contained in:
parent
23835a2f68
commit
e6c2f04dda
@ -502,7 +502,7 @@ class Backup
|
||||
function db_restore($f, $insert_n_rows=10)
|
||||
{
|
||||
$convert_to_system_charset = true;
|
||||
$table = False;
|
||||
$table = null;
|
||||
$n = 0;
|
||||
$rows = array();
|
||||
while(!feof($f))
|
||||
|
Loading…
Reference in New Issue
Block a user