summaryrefslogtreecommitdiff
path: root/bin/fs-setup
diff options
context:
space:
mode:
authorivan <ivan>2002-02-06 15:07:49 +0000
committerivan <ivan>2002-02-06 15:07:49 +0000
commitce32d23f68c3137da0e0c43e14bea90c5eec9635 (patch)
tree427052fb94961a81b95d6a092410c0bb0303d4a9 /bin/fs-setup
parent0144506246df56f2f705d4edc3cf29cd7dd0ed24 (diff)
tyop
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-xbin/fs-setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 912fc98..07c9709 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.74 2002-02-04 17:04:33 ivan Exp $
+# $Id: fs-setup,v 1.75 2002-02-06 15:07:49 ivan Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -16,7 +16,7 @@ use FS::UID qw(adminsuidsetup datasrc checkeuid getsecrets);
use FS::Record;
use FS::cust_main_county;
use FS::raddb;
-use FS::part_bill_invoice;
+use FS::part_bill_event;
die "Not running uid freeside!" unless checkeuid();