summaryrefslogtreecommitdiff
path: root/FS/bin
diff options
context:
space:
mode:
authorivan <ivan>2004-03-05 05:59:17 +0000
committerivan <ivan>2004-03-05 05:59:17 +0000
commit738db2444bfb95a06f99dd003f384b90bd9993e2 (patch)
tree13bbece7fa71652728d9a4e7b9ca3bff3e61b2b9 /FS/bin
parentae15d56440f45d4c97584d768194eef60a0b9136 (diff)
fix -v
Diffstat (limited to 'FS/bin')
-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 9ff21d421..bbb074ffd 100755
--- a/FS/bin/freeside-daily
+++ b/FS/bin/freeside-daily
@@ -16,7 +16,7 @@ my $user = shift or die &usage;
adminsuidsetup $user;
-$FS::cust_main::Debug = 1 if $opt_v;
+$FS::cust_main::DEBUG = 1 if $opt_v;
my %search;
$search{'payby'} = $opt_p if $opt_p;