Author: jfthomps
Date: Mon Sep 13 20:05:36 2010
New Revision: 996673
URL: http://svn.apache.org/viewvc?rev=996673&view=rev
Log:
modified printResearveItems to print the correct timezone based on what is set
in conf.php instead of admins having to set it manually
Modified:
incubator/vcl/trunk/web/.ht-inc/requests.php
Modified: incubator/vcl/trunk/web/.ht-inc/requests.php
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/requests.php?rev=996673&r1=996672&r2=996673&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/requests.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/requests.php Mon Sep 13 20:05:36 2010
@@ -2090,7 +2090,7 @@ function printReserveItems($modifystart=
"45" => "45");
printSelectInput("minute", $minutes, $minute);
printSelectInput("meridian", array("am" => "a.m.", "pm" =>
"p.m."), $meridian);
- print "<small>(Eastern Time Zone)</small>";
+ print "<small>(" . date('T') . ")</small>";
//if(! $oneline)
print "<br><br>";
/*else