summaryrefslogtreecommitdiff
path: root/fs_signup
diff options
context:
space:
mode:
Diffstat (limited to 'fs_signup')
-rwxr-xr-xfs_signup/fs_signup_server2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_signup/fs_signup_server b/fs_signup/fs_signup_server
index 8fbc819ad..03defd6f9 100755
--- a/fs_signup/fs_signup_server
+++ b/fs_signup/fs_signup_server
@@ -163,7 +163,7 @@ while (1) {
use Tie::RefHash;
tie my %hash, 'Tie::RefHash';
- %hash = { $cust_pkg => [ $svc_acct ] };
+ %hash = ( $cust_pkg => [ $svc_acct ] );
$error ||= $cust_main->insert( \%hash );
#if ( $cust_pkg && ! $error ) { #in this case, $cust_pkg should always
# #be definied, but....