[freeside-commits] freeside/httemplate/search cdr.html, 1.18.2.2, 1.18.2.3

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Jun 9 21:27:04 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv23118

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	cdr.html 
Log Message:
correcting a wild misspelling?

Index: cdr.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cdr.html,v
retrieving revision 1.18.2.2
retrieving revision 1.18.2.3
diff -u -w -d -r1.18.2.2 -r1.18.2.3
--- cdr.html	3 Dec 2009 07:18:25 -0000	1.18.2.2
+++ cdr.html	10 Jun 2010 04:27:02 -0000	1.18.2.3
@@ -126,7 +126,7 @@
     $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 =



More information about the freeside-commits mailing list