diff options
| author | ivan <ivan> | 2002-11-28 10:54:28 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-11-28 10:54:28 +0000 |
| commit | 221b423fecf5380c0311f0f3fee4e47ef1494053 (patch) | |
| tree | 3ecaf6a9adb89a3fae10cc5533b21fbdffdf44f5 /fs_signup/fs_signup_server | |
| parent | 49d0c36b530660c8ffa622b124ee5bc123fbc374 (diff) | |
separate state and country <SELECT> in signup server also, closes: Bug#353
Diffstat (limited to 'fs_signup/fs_signup_server')
| -rwxr-xr-x | fs_signup/fs_signup_server | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fs_signup/fs_signup_server b/fs_signup/fs_signup_server index 4b7e898f6..e0fa9ba5f 100755 --- a/fs_signup/fs_signup_server +++ b/fs_signup/fs_signup_server @@ -94,7 +94,11 @@ while (1) { 'msgcat' => { map { $_=>gettext($_) } qw( passwords_dont_match invalid_card unknown_card_type not_a - ) } + ) }, + + 'statedefault' => $conf->config('statedefault') || 'CA', + + 'countrydefault' => $conf->config('countrydefault') || 'US', }; |
