Bug 361809: GMT, UT, UTC and WET cannot be used as timezone - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave

git-svn-id: svn://10.0.0.236/trunk@215877 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2006-11-27 18:31:36 +00:00
parent 701e9498bd
commit 0d8842e4d7

View File

@@ -326,7 +326,7 @@ sub check_notification {
sub check_timezone {
my $tz = shift;
unless (tz_offset($tz)) {
unless (defined(tz_offset($tz))) {
return "must be empty or a legal timezone name, such as PDT or JST";
}
return "";