From a594e8f54dd5582ac36eb9e6a2b260d63f3b91fa Mon Sep 17 00:00:00 2001 From: khoff Date: Sat, 8 Sep 2001 00:28:49 +0000 Subject: [PATCH] First post. Sorry. Missing comma. --- bin/fs-setup | 4 ++-- 1 file 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' => { -- 2.11.0