Update of /cvsroot/squirrelmail/squirrelmail/include/options
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23233/include/options
Modified Files:
personal.php
Log Message:
resubmitting last Monday updates and adding php 5.1.0 timezone support
Index: personal.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/include/options/personal.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -w -r1.22 -r1.23
--- personal.php 23 Jan 2006 18:41:25 -0000 1.22
+++ personal.php 13 May 2006 19:11:08 -0000 1.23
@@ -131,7 +131,7 @@
);
}
- if ( $tzChangeAllowed ) {
+ if ( $tzChangeAllowed || function_exists('date_default_timezone_set')) {
$TZ_ARRAY[SMPREF_NONE] = _("Same as server");
$aTimeZones = sq_get_tz_array();
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|