summaryrefslogtreecommitdiffstats
path: root/blog
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-17 09:01:10 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-17 09:01:10 +0800
commita8f3733699ae923bc78576e283146069e0036900 (patch)
tree734554d847549d40d6fbbcd543c797aaee056676 /blog
parent2d3fede0dcd6ef7ca79a71ddf434687f096d4b6b (diff)
downloadpttbbs-a8f3733699ae923bc78576e283146069e0036900.tar
pttbbs-a8f3733699ae923bc78576e283146069e0036900.tar.gz
pttbbs-a8f3733699ae923bc78576e283146069e0036900.tar.bz2
pttbbs-a8f3733699ae923bc78576e283146069e0036900.tar.lz
pttbbs-a8f3733699ae923bc78576e283146069e0036900.tar.xz
pttbbs-a8f3733699ae923bc78576e283146069e0036900.tar.zst
pttbbs-a8f3733699ae923bc78576e283146069e0036900.zip
remove HTML::Calendar::Simple
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1103 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'blog')
-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 ---------------------------------------------------------------