Skip to content
Snippets Groups Projects
Commit 63177b2b authored by Mike Hibler's avatar Mike Hibler
Browse files

Nit: missing exit() call when no nodes exist

parent eaccade0
No related branches found
No related tags found
No related merge requests found
...@@ -303,6 +303,7 @@ $query_result = ...@@ -303,6 +303,7 @@ $query_result =
if (mysql_num_rows($query_result) == 0) { if (mysql_num_rows($query_result) == 0) {
echo "<center>Oops, no nodes to show you!</center>"; echo "<center>Oops, no nodes to show you!</center>";
PAGEFOOTER(); PAGEFOOTER();
exit();
} }
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment