mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix perlwarning
This commit is contained in:
@@ -1964,7 +1964,7 @@ sub printLog($;$) {
|
||||
if (/^1\.1\.1\.\d+$/) {
|
||||
print " <i>(vendor branch)</i>";
|
||||
}
|
||||
if (defined @mytz) {
|
||||
if (@mytz) {
|
||||
my ($est) = $mytz[(localtime($date{$_}))[8]];
|
||||
print ", <i>" . scalar localtime($date{$_}) . " $est</i> (";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user