diff options
author | ivan <ivan> | 2002-04-25 13:16:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-25 13:16:58 +0000 |
commit | ad10f79bef069f04afc7ebeffb98b26e7cd46c8f (patch) | |
tree | a7cc27ebc66fceb4b40475d315c227626bf2451b /fs_signup | |
parent | 1f93febd8c42aa344867d9f46601075ecf949ec4 (diff) |
fix signup server realtime-card foo
Diffstat (limited to 'fs_signup')
-rwxr-xr-x | fs_signup/fs_signup_server | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs_signup/fs_signup_server b/fs_signup/fs_signup_server index e7b372a4e..e8aa6ed64 100755 --- a/fs_signup/fs_signup_server +++ b/fs_signup/fs_signup_server @@ -188,11 +188,10 @@ while (1) { #should check list for errors... #$cust_main->suspend; $cust_main->cancel; + $error = '_decline'; } } - $error ||= '_decline'; - warn "[fs_signup_server] Sending results...\n" if $Debug; print $writer $error, "\n"; |