summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2007-10-29 11:32:24 +0000
committerivan <ivan>2007-10-29 11:32:24 +0000
commitc50294661393eec227f85446d17037c520b65e0a (patch)
treeafc2f3097152e219abb86b41f452393d396af8ea /httemplate
parent71af306c68c2733bd478d40d949e1cb49bf5eac4 (diff)
mysql
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/cdr.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/cdr.html b/httemplate/search/cdr.html
index 9426c33c3..0facc7fab 100644
--- a/httemplate/search/cdr.html
+++ b/httemplate/search/cdr.html
@@ -52,8 +52,8 @@ my $str2time_sql = str2time_sql;
my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi);
push @search,
-my @dsearch = ( "$str2time calldate) >= $beginning ",
- "$str2time calldate) <= $ending"
+my @dsearch = ( "$str2time_sql calldate) >= $beginning ",
+ "$str2time_sql calldate) <= $ending"
);
push @search, @dsearch;
push @qsearch, @search;