mirror of
https://github.com/idanoo/nzart-exam-generator
synced 2025-07-04 23:32:17 +00:00
Fixed count
This commit is contained in:
parent
c401014fde
commit
9985eeed2a
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ foreach($files as $file) {
|
||||||
$row++;
|
$row++;
|
||||||
}
|
}
|
||||||
$db = null;
|
$db = null;
|
||||||
|
$count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "Inserted " . $count . " questions.";
|
echo "Inserted " . $count . " questions.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue