From: ivan Date: Wed, 9 Aug 2006 07:46:09 +0000 (+0000) Subject: and the days go by... X-Git-Tag: BEFORE_FINAL_MASONIZE~46 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=95f4195da730f6d40faee94aa7a3108b82823d8d and the days go by... --- diff --git a/fs_selfservice/FS-SelfService/cgi/cust_bill-logo.cgi b/fs_selfservice/FS-SelfService/cgi/cust_bill-logo.cgi index e353b4489..cade712d1 100644 --- a/fs_selfservice/FS-SelfService/cgi/cust_bill-logo.cgi +++ b/fs_selfservice/FS-SelfService/cgi/cust_bill-logo.cgi @@ -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',