update the comment

This commit is contained in:
Mark Crane
2014-04-24 09:39:27 +00:00
parent fafeedd856
commit d479fdfa3e

View File

@@ -45,8 +45,8 @@ else {
$id = check_str($_GET["id"]);
}
//if no id then exit
if (isset($id)) {
//if the ID is not set then exit
if (!isset($id)) {
echo "ID is required.";
exit;
}