Fixed count

This commit is contained in:
Daniel Mason 2016-12-30 23:17:49 +13:00
parent c401014fde
commit 9985eeed2a

View File

@ -95,6 +95,7 @@ foreach($files as $file) {
$row++;
}
$db = null;
$count++;
}
echo "Inserted " . $count . " questions.";