From b6d9b387b852c639ae77388490c23d769b438cf5 Mon Sep 17 00:00:00 2001 From: josch Date: Fri, 26 Oct 2007 00:35:47 +0000 Subject: [PATCH] added pagination, fixed encoding bug git-svn-id: http://yolanda.mister-muffin.de/svn@138 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/include.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/include.pl b/trunk/include.pl index c354cc3..c185c75 100644 --- a/trunk/include.pl +++ b/trunk/include.pl @@ -5,7 +5,6 @@ use CGI::Session; use DBI; use XML::Simple qw(:strict); use Digest::SHA qw(sha256_hex); -use Encode qw(decode_utf8); # change this as you install it somewhere else $gnutube_root = '/var/www/gnutube';