|
Support Incident Tracker GIT4.x
|
Go to the source code of this file.
Variables | |
| $permission = PERM_UPDATE_ADD | |
| $incidentid = clean_int($_REQUEST['incidentid']) | |
| $updateid = clean_int($_REQUEST['updateid']) | |
| $contactid = clean_int($_REQUEST['contactid']) | |
| $id = clean_int($_REQUEST['id']) | |
| $error = cleanvar($_REQUEST['error']) | |
| $send_email = cleanvar($_REQUEST['send_email']) | |
| $contactid = clean_int($_REQUEST['contactid']) |
Definition at line 22 of file move_update.php.
| $error = cleanvar($_REQUEST['error']) |
Definition at line 24 of file move_update.php.
Referenced by show_form_errors().
| $id = clean_int($_REQUEST['id']) |
Definition at line 23 of file move_update.php.
| $incidentid = clean_int($_REQUEST['incidentid']) |
Definition at line 20 of file move_update.php.
| $permission = PERM_UPDATE_ADD |
Definition at line 12 of file move_update.php.
| $send_email = cleanvar($_REQUEST['send_email']) |
Definition at line 25 of file move_update.php.
| $updateid = clean_int($_REQUEST['updateid']) |
Definition at line 21 of file move_update.php.