summaryrefslogtreecommitdiffstats
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
commit406c91945b4e5cdbe6dd7e70ad8872899e8e8b12 (patch)
tree998d537b487de30e2425f22e78e26b0583edfbeb
parent8e292fa795fa62649227afe51d3f8ae427c7df77 (diff)
downloadpttbbs-406c91945b4e5cdbe6dd7e70ad8872899e8e8b12.tar
pttbbs-406c91945b4e5cdbe6dd7e70ad8872899e8e8b12.tar.gz
pttbbs-406c91945b4e5cdbe6dd7e70ad8872899e8e8b12.tar.bz2
pttbbs-406c91945b4e5cdbe6dd7e70ad8872899e8e8b12.tar.lz
pttbbs-406c91945b4e5cdbe6dd7e70ad8872899e8e8b12.tar.xz
pttbbs-406c91945b4e5cdbe6dd7e70ad8872899e8e8b12.tar.zst
pttbbs-406c91945b4e5cdbe6dd7e70ad8872899e8e8b12.zip
remove HTML::Calendar::Simple
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1103 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rwxr-xr-xpttbbs/blog/blog.pl5
-rwxr-xr-xpttbbs/staticweb/man.pl3
2 files changed, 2 insertions, 6 deletions
diff --git a/pttbbs/blog/blog.pl b/pttbbs/blog/blog.pl
index e3a91126..d964e58e 100755
--- a/pttbbs/blog/blog.pl
+++ b/pttbbs/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 ---------------------------------------------------------------
diff --git a/pttbbs/staticweb/man.pl b/pttbbs/staticweb/man.pl
index 7d33ee5a..729a78d1 100755
--- a/pttbbs/staticweb/man.pl
+++ b/pttbbs/staticweb/man.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: man.pl,v 1.8 2003/07/07 04:17:58 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 Data::Serializer;
use Encode;