summaryrefslogtreecommitdiff
path: root/www/irc/irclogs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/irc/irclogs.pl')
-rwxr-xr-xwww/irc/irclogs.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/irc/irclogs.pl b/www/irc/irclogs.pl
index 729ab1b241..44b0449746 100755
--- a/www/irc/irclogs.pl
+++ b/www/irc/irclogs.pl
@@ -24,8 +24,7 @@ for ( @logs ) {
24 $m = $2; 24 $m = $2;
25 $d = $3; 25 $d = $3;
26 26
27$mname = $m; 27 $mname = ucfirst MonthNameEng($m);
28# $mname = ucfirst MonthNameEng($m);
29 if ($y != $lasty) { 28 if ($y != $lasty) {
30 print "</tr><tr>\n" if $lasty != 0; 29 print "</tr><tr>\n" if $lasty != 0;
31 print "<th>$y</th>\n"; 30 print "<th>$y</th>\n";