and the days go by...
authorivan <ivan>
Wed, 9 Aug 2006 07:46:09 +0000 (07:46 +0000)
committerivan <ivan>
Wed, 9 Aug 2006 07:46:09 +0000 (07:46 +0000)
fs_selfservice/FS-SelfService/cgi/cust_bill-logo.cgi

index e353b44..cade712 100644 (file)
@@ -9,7 +9,7 @@ my $cgi = new CGI;
 my($query) = $cgi->keywords;
 $query =~ /^([^\.\/]*)$/ or '' =~ /^()$/;
 my $templatename = $1;
-my $hashref = invoice_logo($templatename);
+my $hashref = invoice_logo('templatename' => $templatename);
 
 print $cgi->header( '-type'    => $hashref->{'content_type'},
                     '-expires' => 'now',