Delete a "=" added lastly and make this script not working
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Wed, 28 Jan 2009 13:57:18 +0000 (14:57 +0100)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 28 Jan 2009 23:41:59 +0000 (17:41 -0600)
It seems no one use this script, because it cannot work.
This patch delete a "=".

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
labels/label-create-layout.pl

index dc3381c..2f4a9f5 100755 (executable)
@@ -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(
     {