From 17399ceae6086eff5a248910d40f34d811377b26 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 10 Jun 2010 04:27:02 +0000 Subject: [PATCH] correcting a wild misspelling? --- httemplate/search/cdr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/cdr.html b/httemplate/search/cdr.html index 6b38d3ba7..a5575967c 100644 --- a/httemplate/search/cdr.html +++ b/httemplate/search/cdr.html @@ -126,7 +126,7 @@ foreach my $param ( grep /^termpart\d+status$/, $cgi->param ) { $search = "NOT EXISTS ( SELECT 1 FROM cdr_termination WHERE $where_term )"; - } elsif ( $cgi->param('freesidestatus') =~ /^([\w ]+)$/ ) { + } elsif ( $status =~ /^([\w ]+)$/ ) { #false lazienss w/cdr_termination.pm (i should be a part_termination method) my $where_term = -- 2.11.0