this must be what is meant
authorjeff <jeff>
Thu, 20 Nov 2008 19:02:30 +0000 (19:02 +0000)
committerjeff <jeff>
Thu, 20 Nov 2008 19:02:30 +0000 (19:02 +0000)
FS/FS/rate.pm

index 257278a..1285812 100644 (file)
@@ -284,8 +284,8 @@ sub dest_detail {
   my $regionnum;
   if ( ref($_[0]) eq 'HASH' ) {
 
-    my $countrycode = $_->{'countrycode'};
-    my $phonenum    = $_->{'phonenum'};
+    my $countrycode = $_[0]->{'countrycode'};
+    my $phonenum    = $_[0]->{'phonenum'};
 
     #find a rate prefix, first look at most specific (4 digits) then 3, etc.,
     # finally trying the country code only