summaryrefslogtreecommitdiff
path: root/bin/fs-setup
diff options
context:
space:
mode:
authorkhoff <khoff>2001-09-08 00:28:49 +0000
committerkhoff <khoff>2001-09-08 00:28:49 +0000
commita594e8f54dd5582ac36eb9e6a2b260d63f3b91fa (patch)
tree43544271f34f2a49a48ce35b2620ce10b3cd1ecc /bin/fs-setup
parentef8f7ec6010ae0b9fd3e828dfd940a3a44039213 (diff)
First post. Sorry. Missing comma.
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 dc597ccb4..03b5a04a9 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.55 2001-09-07 20:17:50 ivan Exp $
+# $Id: fs-setup,v 1.56 2001-09-08 00:28:49 khoff Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -597,7 +597,7 @@ sub tables_hash_hack {
'primary_key' => 'columnnum',
'unique' => [ [ 'svcpart', 'columnname' ] ],
'index' => [ [ 'svcpart' ] ],
- }
+ },
#(this should be renamed to part_pop)
'svc_acct_pop' => {