correcting a wild misspelling?
authorjeff <jeff>
Thu, 10 Jun 2010 04:26:35 +0000 (04:26 +0000)
committerjeff <jeff>
Thu, 10 Jun 2010 04:26:35 +0000 (04:26 +0000)
httemplate/search/cdr.html

index 6b38d3b..a557596 100644 (file)
@@ -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 =