summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-daily
diff options
context:
space:
mode:
authorivan <ivan>2004-03-05 05:59:16 +0000
committerivan <ivan>2004-03-05 05:59:16 +0000
commit1b15d4bbb47875129b8da15331b118a6ad6727f3 (patch)
tree12fd74f500bb09a3c29992166603b5d2d226345a /FS/bin/freeside-daily
parent24b5d695250eb0e93d50f35d0fa46776223d2a68 (diff)
fix -v
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 5fb966665..00de2987a 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;