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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to