summaryrefslogtreecommitdiffstats
path: root/blog/blog.pl
diff options
context:
space:
mode:
Diffstat (limited to 'blog/blog.pl')
-rwxr-xr-xblog/blog.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/blog/blog.pl b/blog/blog.pl
index e3a91126..d964e58e 100755
--- a/blog/blog.pl
+++ b/blog/blog.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: blog.pl,v 1.30 2003/07/08 04:34:19 in2 Exp $
+# $Id$
use CGI qw/:standard/;
use lib qw/./;
use LocalVars;
@@ -8,7 +8,6 @@ use strict;
use Data::Dumper;
use Date::Calc qw(:all);
use Template;
-use HTML::Calendar::Simple;
use OurNet::FuzzyIndex;
use DBI;
use DBD::mysql;
@@ -223,8 +222,6 @@ sub main
$c .= "</tr>\n" if( !$newtr );
$c .= "</table>\n";
$th{calendar} = $c;
- #my $cal = HTML::Calendar::Simple->new({month => $m, year => $y});
- #$th{calendar} = $cal->calendar_month;
}
# Comments ---------------------------------------------------------------