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 <galen.charlton@liblime.com>
This commit is contained in:
Nahuel ANGELINETTI 2009-01-28 14:57:18 +01:00 committed by Galen Charlton
parent 11b90be284
commit c338353a4b

View file

@ -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(
{