From 903e3d764f22ec3864da20bd998e22d38305af87 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 11 Oct 2009 01:41:56 +0000 Subject: [PATCH] correct variable initialization --- FS/FS/part_export/globalpops_voip.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/globalpops_voip.pm b/FS/FS/part_export/globalpops_voip.pm index 3bd578326..67b48bb4a 100644 --- a/FS/FS/part_export/globalpops_voip.pm +++ b/FS/FS/part_export/globalpops_voip.pm @@ -32,7 +32,7 @@ sub get_dids { my $self = shift; my %opt = ref($_[0]) ? %{$_[0]} : @_; - my %search = (); + my %getdids = (); # 'orderby' => 'npa', #but it doesn't seem to work :/ if ( $opt{'areacode'} && $opt{'exchange'} ) { #return numbers -- 2.11.0