blob: 9ae1ef3e66cf1b6e2c36a2bbe2d0650501534e6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cvsweb.cgi.orig 2005-09-25 20:28:51 UTC
+++ cvsweb.cgi
@@ -2951,7 +2951,7 @@ sub printLog($$$;$$)
print "<br />\n";
print '<i>';
- if (defined @mytz) {
+ if (@mytz) {
my ($est) = $mytz[(localtime($date{$_}))[8]];
print scalar localtime($date{$_}), " $est</i> (";
} else {
|