projects
/
banana.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
...
[banana.git]
/
admin
/
summary.php
diff --git
a/admin/summary.php
b/admin/summary.php
index 33658ef238c911e8fb3e557a5be6df4c050242fa..cac27fcf28a672bc6065396ff3f1a0c4a1963940 100644
(file)
--- a/
admin/summary.php
+++ b/
admin/summary.php
@@
-6,7
+6,7
@@
if ($db->query("SELECT COUNT(*) FROM students")->fetch(PDO::FETCH_NUM)[0] == 0) {
block("red", "no students registered");
-
break
;
+
exit
;
}
block("black", "summary of everything for " . date("d.m.Y H:i"));