|
Support Incident Tracker GIT4.x
|
Go to the source code of this file.
Variables | |
| $permission = PERM_SUPPORTED_PRODUCT_EDIT | |
| $action = clean_fixed_list($_REQUEST['action'], array('','showform','delete')) | |
| $context = clean_fixed_list($_REQUEST['context'], array('', 'maintenance'))) | |
| $maintid = clean_int($_REQUEST['maintid']) | |
| $contactid = clean_int($_REQUEST['contactid']) | |
| $title = ("$strContract - $strRemoveASupportedContact") | |
Definition at line 27 of file contract_delete_contact.php.
| $contactid = clean_int($_REQUEST['contactid']) |
Definition at line 30 of file contract_delete_contact.php.
Referenced by contact_info(), contact_notify(), contact_site_drop_down(), create_incident_feedback(), does_contact_have_billable_contract(), feedback_hash(), feedback_opt_out_hash(), get_billable_contract_id(), guess_contract_id(), incident_drop_down(), and saction_ldapSync().
| $context = clean_fixed_list($_REQUEST['context'], array('', 'maintenance'))) |
Definition at line 28 of file contract_delete_contact.php.
Referenced by dashboard_do(), plugin_do(), and plugin_register().
| $maintid = clean_int($_REQUEST['maintid']) |
Definition at line 29 of file contract_delete_contact.php.
Referenced by contract_product(), contract_site(), contract_slaid(), contract_slatag(), incident_maintid(), and maintenance_servicelevel_tag().
| $permission = PERM_SUPPORTED_PRODUCT_EDIT |
Definition at line 20 of file contract_delete_contact.php.
| $title = ("$strContract - $strRemoveASupportedContact") |
Definition at line 31 of file contract_delete_contact.php.