Support Incident Tracker GIT4.x
contracts.php File Reference

Go to the source code of this file.

Variables

 $permission = PERM_CONTRACT_VIEW
 $title = $strBrowseContracts
 $pagescripts = array('AutoComplete.js')
 $productid = clean_int($_REQUEST['productid'])
 $resellerid = clean_int($_REQUEST['resellerid'])
 $search_string = clean_dbstring($_REQUEST['search_string'])
 $sort = clean_fixed_list($_REQUEST['sort'], array('','expiry','id','product','site','reseller'))

Variable Documentation

$pagescripts = array('AutoComplete.js')

Definition at line 21 of file contracts.php.

$permission = PERM_CONTRACT_VIEW

Definition at line 15 of file contracts.php.

$productid = clean_int($_REQUEST['productid'])

Definition at line 24 of file contracts.php.

Referenced by contract_product().

$resellerid = clean_int($_REQUEST['resellerid'])

Definition at line 25 of file contracts.php.

$search_string = clean_dbstring($_REQUEST['search_string'])

Definition at line 26 of file contracts.php.

$sort = clean_fixed_list($_REQUEST['sort'], array('','expiry','id','product','site','reseller'))
$title = $strBrowseContracts

Definition at line 20 of file contracts.php.