summaryrefslogtreecommitdiff
path: root/fs_signup
diff options
context:
space:
mode:
authorivan <ivan>2001-05-07 02:07:38 +0000
committerivan <ivan>2001-05-07 02:07:38 +0000
commitdf962da38244a75e6a10277770b641bb73053e57 (patch)
tree3a970824583263bbd19f5022bb45aeb002f9c8a6 /fs_signup
parentfafbffd5057b45c84afd30fbf664f37661ef1533 (diff)
http://www.sisd.com/freeside/list-archive/msg01906.html
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....