![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$time_zone_id = checkNumeric($_GET["time_zone_id"]) | |
$menu_item = "Time Zones" | |
$zone = new TimeZone() | |
if($time_zone_id) | $form = new AutoForm($zone) |
$form | allowDelete = true |
if($method=="POST") | $script = $form->writeScript() |
if ( $time_zone_id) $form = new AutoForm($zone) |
Definition at line 47 of file time_zone_form.inc.
$menu_item = "Time Zones" |
Definition at line 38 of file time_zone_form.inc.
if ( $method=="POST") $script = $form->writeScript() |
Definition at line 61 of file time_zone_form.inc.
$time_zone_id = checkNumeric($_GET["time_zone_id"]) |
Definition at line 37 of file time_zone_form.inc.
$zone = new TimeZone() |
Definition at line 40 of file time_zone_form.inc.
$form allowDelete = true |
Definition at line 48 of file time_zone_form.inc.