Update manage_incident.php
This commit is contained in:
@@ -54,7 +54,7 @@ if(isset($_GET["add_todoitem"])){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(isset($_GET["update_box_id"])){
|
if(isset($_GET["update_box_id"])){
|
||||||
$box_id=htmlspecialchars($_POST["update_box_id"]);
|
$box_id=htmlspecialchars($_GET["update_box_id"]);
|
||||||
$status=htmlspecialchars($_GET["checked"]);
|
$status=htmlspecialchars($_GET["checked"]);
|
||||||
if($status=="true")
|
if($status=="true")
|
||||||
$status=1;
|
$status=1;
|
||||||
|
|||||||
Reference in New Issue
Block a user