diff options
-rwxr-xr-x | blog/blog.pl | 5 | ||||
-rwxr-xr-x | staticweb/man.pl | 3 |
2 files changed, 2 insertions, 6 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 --------------------------------------------------------------- diff --git a/staticweb/man.pl b/staticweb/man.pl index 7d33ee5a..729a78d1 100755 --- a/staticweb/man.pl +++ b/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; |