mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +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)
|
function db_restore($f, $insert_n_rows=10)
|
||||||
{
|
{
|
||||||
$convert_to_system_charset = true;
|
$convert_to_system_charset = true;
|
||||||
$table = False;
|
$table = null;
|
||||||
$n = 0;
|
$n = 0;
|
||||||
$rows = array();
|
$rows = array();
|
||||||
while(!feof($f))
|
while(!feof($f))
|
||||||
|
Loading…
Reference in New Issue
Block a user