update the comment

This commit is contained in:
Mark Crane
2014-04-24 09:39:27 +00:00
parent fafeedd856
commit d479fdfa3e
+2 -2
View File
@@ -45,8 +45,8 @@ else {
$id = check_str($_GET["id"]); $id = check_str($_GET["id"]);
} }
//if no id then exit //if the ID is not set then exit
if (isset($id)) { if (!isset($id)) {
echo "ID is required."; echo "ID is required.";
exit; exit;
} }