From c338353a4b127de1229c1382b2035c0366b66cfa Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Wed, 28 Jan 2009 14:57:18 +0100 Subject: [PATCH] Delete a "=" added lastly and make this script not working It seems no one use this script, because it cannot work. This patch delete a "=". Signed-off-by: Galen Charlton --- labels/label-create-layout.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labels/label-create-layout.pl b/labels/label-create-layout.pl index dc3381c68b..2f4a9f59ab 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( { -- 2.11.0