diff options
author | ivan <ivan> | 2003-01-28 07:48:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-01-28 07:48:48 +0000 |
commit | 072a95cb4d11c5bf6e54b73258b714ee2238c1ce (patch) | |
tree | d3a0c01a0e5b73e2b5c74654022fda5443448544 | |
parent | 9a50d4d1a44888ca1919b23934fcf3cbbfa6a7c9 (diff) |
eek, and this is what caused connectup to fail too
-rwxr-xr-x | FS/bin/freeside-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index 74164a066..c91e816d1 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -675,7 +675,7 @@ sub tables_hash_hack { ], 'primary_key' => 'pkgpart', 'unique' => [], - 'index' => [ [ disabled ], ], + 'index' => [ [ 'disabled' ], ], }, # 'part_title' => { |