update the comment

This commit is contained in:
Mark Crane
2014-04-24 09:39:27 +00:00
parent 0d288b6aba
commit 5aa7ed8494
+2 -2
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;
}