From: ivan Date: Thu, 9 Dec 2004 20:43:56 +0000 (+0000) Subject: fix some typos noticed by pbowen X-Git-Tag: BEFORE_FINAL_MASONIZE~804 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e42d636dd0efb8d7c9aceb7402f866d2a4950498 fix some typos noticed by pbowen --- diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index 49953b8f7..9f59504f6 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -1190,8 +1190,9 @@ sub tables_hash_hack { 'columns' => [ 'regionnum', 'serial', '', '', 'regionname', 'varchar', '', $char_d, + ], 'primary_key' => 'regionnum', - 'unique' => []. + 'unique' => [], 'index' => [], }, @@ -1204,8 +1205,9 @@ sub tables_hash_hack { 'nxx', 'varchar', 'NULL', 3, ], 'primary_key' => 'prefixnum', - 'unique' => []. + 'unique' => [], 'index' => [ [ 'countrycode' ], [ 'regionnum' ] ], + }, );