First post. Sorry. Missing comma.
authorkhoff <khoff>
Sat, 8 Sep 2001 00:28:49 +0000 (00:28 +0000)
committerkhoff <khoff>
Sat, 8 Sep 2001 00:28:49 +0000 (00:28 +0000)
bin/fs-setup

index dc597cc..03b5a04 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -Tw
 #
 #!/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; }
 
 #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' ] ],
       'primary_key' => 'columnnum',
       'unique' => [ [ 'svcpart', 'columnname' ] ],
       'index' => [ [ 'svcpart' ] ],
-    }
+    },
 
     #(this should be renamed to part_pop)
     'svc_acct_pop' => {
 
     #(this should be renamed to part_pop)
     'svc_acct_pop' => {