summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2010-06-10 04:26:35 +0000
committerjeff <jeff>2010-06-10 04:26:35 +0000
commit859931335736a18340a12fdbbd5c04085581ba4f (patch)
treed62bf1ab32ffc8173c1a80a6960c9e29a3dbb72b
parent2f38af06a6f2b33f6b1a8997fc52e31c2a5b5410 (diff)
correcting a wild misspelling?
-rw-r--r--httemplate/search/cdr.html2
1 files changed, 1 insertions, 1 deletions
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 =