summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-daily
diff options
context:
space:
mode:
authorivan <ivan>2005-06-09 07:19:31 +0000
committerivan <ivan>2005-06-09 07:19:31 +0000
commit7183047ba319da738cb2c80beda0a07e1e49f2cc (patch)
tree0a00a792148e170e45742520230c28507ba80c59 /FS/bin/freeside-daily
parent2358bebdb617840f9a635187a71491ed4d16f614 (diff)
declare new $opt_a
Diffstat (limited to 'FS/bin/freeside-daily')
-rwxr-xr-xFS/bin/freeside-daily2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily
index db6b97128..702d749e8 100755
--- a/FS/bin/freeside-daily
+++ b/FS/bin/freeside-daily
@@ -10,7 +10,7 @@ use FS::Conf;
use FS::cust_main;
&untaint_argv; #what it sounds like (eww)
-use vars qw($opt_d $opt_v $opt_p $opt_s $opt_y);
+use vars qw($opt_d $opt_v $opt_p $opt_a $opt_s $opt_y);
getopts("p:a:d:vsy:");
my $user = shift or die &usage;