|
Support Incident Tracker GIT4.x
|
Go to the source code of this file.
Variables | |
| $permission = PERM_CALENDAR_VIEW | |
| $day = clean_int($_REQUEST['day']) | |
| $month = clean_int($_REQUEST['month']) | |
| $year = clean_int($_REQUEST['year']) | |
| $user = clean_int($_REQUEST['user']) | |
| $type = clean_int($_REQUEST['type']) | |
| $length = cleanvar($_REQUEST['length']) | |
| $return = cleanvar($_REQUEST['return']) | |
| $title = $strCalendar | |
| $startdate = mktime(0,0,0, $month, $day, $year) | |
| $enddate = mktime(23, 59, 59, $month, $day, $year) | |
| else | $approver = FALSE |
| else | $adminuser = FALSE |
| else $adminuser = FALSE |
Definition at line 41 of file holiday_new.php.
| else $approver = FALSE |
Definition at line 39 of file holiday_new.php.
| $day = clean_int($_REQUEST['day']) |
Definition at line 24 of file holiday_new.php.
| $enddate = mktime(23, 59, 59, $month, $day, $year) |
Definition at line 35 of file holiday_new.php.
| $length = cleanvar($_REQUEST['length']) |
Definition at line 29 of file holiday_new.php.
| $month = clean_int($_REQUEST['month']) |
Definition at line 25 of file holiday_new.php.
| $permission = PERM_CALENDAR_VIEW |
Definition at line 15 of file holiday_new.php.
| $return = cleanvar($_REQUEST['return']) |
Definition at line 30 of file holiday_new.php.
Referenced by Snoopy::_httpsrequest(), nusoap_client::call(), cmi_users_roleid(), database_schema_version(), does_contact_have_billable_contract(), Trigger::fire(), get_billable_contract_id(), get_service_percentage(), get_site_billable_contract_id(), ldapGroupBrowse(), ldapNamingContexts(), nusoap_server_mime::parseRequest(), nusoap_client_mime::parseResponse(), nusoap_client::parseResponse(), setup_user_triggers(), and user_drop_down().
| $startdate = mktime(0,0,0, $month, $day, $year) |
Definition at line 34 of file holiday_new.php.
| $title = $strCalendar |
Definition at line 31 of file holiday_new.php.
Definition at line 28 of file holiday_new.php.
| $user = clean_int($_REQUEST['user']) |
Definition at line 27 of file holiday_new.php.
| $year = clean_int($_REQUEST['year']) |
Definition at line 26 of file holiday_new.php.