[Koha-patches] [PATCH] Delete a "=" added lastly and make this script not working

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed Jan 28 14:57:18 CET 2009


It seems no one use this script, because it cannot work.
This patch delete a "=".
---
 labels/label-create-layout.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/labels/label-create-layout.pl b/labels/label-create-layout.pl
index dc3381c..2f4a9f5 100755
--- a/labels/label-create-layout.pl
+++ b/labels/label-create-layout.pl
@@ -8,7 +8,7 @@ use C4::Labels;
 use C4::Context;
 use HTML::Template::Pro;
 
-my $dbh =  = C4::Context->dbh;
+my $dbh = C4::Context->dbh;
 my $query = new CGI;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
-- 
1.5.6.3




More information about the Koha-patches mailing list