diff options
author | ivan <ivan> | 2007-10-29 11:32:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-10-29 11:32:24 +0000 |
commit | c50294661393eec227f85446d17037c520b65e0a (patch) | |
tree | afc2f3097152e219abb86b41f452393d396af8ea /httemplate | |
parent | 71af306c68c2733bd478d40d949e1cb49bf5eac4 (diff) |
mysql
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/cdr.html | 4 |
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; |