Go to the source code of this file.
Variables | |
| $permission = 19 | |
| $title = $strBrowseContracts | |
| $pagescripts = array('scriptaculous/scriptaculous.js','AutoComplete.js') | |
| $productid = clean_int($_REQUEST['productid']) | |
| $resellerid = clean_int($_REQUEST['resellerid']) | |
| $search_string = cleanvar($_REQUEST['search_string']) | |
| $sort = cleanvar($_REQUEST['sort']) | |
| $order = cleanvar($_REQUEST['order']) | |
| $activeonly = cleanvar($_REQUEST['activeonly']) | |
| $sql = "SELECT DISTINCT m.id AS maintid, s.name AS site, p.name AS product, " | |
| if(!empty($sort)) | $dbg = "<p>$sql</p>" |
| $result = mysql_query($sql) | |
| if(mysql_error()) trigger_error("MySQL Query Error ".mysql_error() | E_USER_WARNING |
| $activeonly = cleanvar($_REQUEST['activeonly']) |
Definition at line 30 of file contracts.php.
| if (!empty($sort)) $dbg = "<p>$sql</p>" |
Definition at line 126 of file contracts.php.
Referenced by create_trigger_notice(), dashboard_links_edit(), dashboard_rss_edit(), replace_specials(), send_trigger_email(), to_row(), trigger(), trigger_action(), and trigger_replace_specials().
| $order = cleanvar($_REQUEST['order']) |
Definition at line 29 of file contracts.php.
Referenced by colheader(), and dashboard_tasks().
| $pagescripts = array('scriptaculous/scriptaculous.js','AutoComplete.js') |
Definition at line 22 of file contracts.php.
| $permission = 19 |
Definition at line 14 of file contracts.php.
| $productid = clean_int($_REQUEST['productid']) |
Definition at line 25 of file contracts.php.
Referenced by act_find_contact_contract(), contract_product(), and supported_product_drop_down().
| $resellerid = clean_int($_REQUEST['resellerid']) |
Definition at line 26 of file contracts.php.
| $result = mysql_query($sql) |
Definition at line 127 of file contracts.php.
| $search_string = cleanvar($_REQUEST['search_string']) |
Definition at line 27 of file contracts.php.
| $sort = cleanvar($_REQUEST['sort']) |
Definition at line 28 of file contracts.php.
Referenced by colheader(), dashboard_tasks(), and dashboard_user_incidents_display().
| if ($activeonly=='yes') if ($search_string!= '*' $sql) = "SELECT DISTINCT m.id AS maintid, s.name AS site, p.name AS product, " |
Definition at line 73 of file contracts.php.
| $title = $strBrowseContracts |
Definition at line 21 of file contracts.php.
| if (mysql_error()) trigger_error("MySQL Query Error ".mysql_error() E_USER_WARNING |
Definition at line 128 of file contracts.php.
For more help developing with SiT! see http://sitracker.org/wiki/DevelopmentHowTo