From df962da38244a75e6a10277770b641bb73053e57 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 7 May 2001 02:07:38 +0000 Subject: http://www.sisd.com/freeside/list-archive/msg01906.html --- fs_signup/fs_signup_server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs_signup') 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.... -- cgit v1.2.1