summaryrefslogtreecommitdiffstats
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 ) {
$m = $2;
$d = $3;
-$mname = $m;
-# $mname = ucfirst MonthNameEng($m);
+ $mname = ucfirst MonthNameEng($m);
if ($y != $lasty) {
print "</tr><tr>\n" if $lasty != 0;
print "<th>$y</th>\n";