fix some scrutinizer "bugs"

This commit is contained in:
Ralf Becker 2016-06-26 19:08:14 +02:00
parent 23835a2f68
commit e6c2f04dda

View File

@ -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))