From: ivan Date: Thu, 19 May 2005 10:29:16 +0000 (+0000) Subject: missing ; X-Git-Tag: BEFORE_FINAL_MASONIZE~517 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d4242fa379b1c84733b6f0e6ef7021d132eb0c38;p=freeside.git missing ; --- diff --git a/FS/FS/part_export/acct_sql.pm b/FS/FS/part_export/acct_sql.pm index b309b724c..4b92e80f1 100644 --- a/FS/FS/part_export/acct_sql.pm +++ b/FS/FS/part_export/acct_sql.pm @@ -1,6 +1,6 @@ package FS::part_export::acct_sql; -use vars qw(@ISA %info) +use vars qw(@ISA %info); use Tie::IxHash; #use Digest::MD5 qw(md5_hex); use FS::Record; #qw(qsearchs); diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index 53b814e8b..5411c4490 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -1,6 +1,6 @@ package FS::part_export::shellcommands; -use vars qw(@ISA %info) +use vars qw(@ISA %info); use Tie::IxHash; use String::ShellQuote; use FS::part_export;