From: ivan Date: Mon, 4 Sep 2006 20:22:43 +0000 (+0000) Subject: use the exact provided time X-Git-Tag: TRIXBOX_2_6~977 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4f030638a8b77faf4a674958bed60410378f4db9 use the exact provided time --- diff --git a/httemplate/search/sqlradius.cgi b/httemplate/search/sqlradius.cgi index 68c449ee5..1a19ef762 100644 --- a/httemplate/search/sqlradius.cgi +++ b/httemplate/search/sqlradius.cgi @@ -98,7 +98,7 @@ if ( $cgi->param('beginning') } if ( $cgi->param('ending') && $cgi->param('ending') =~ /^([ 0-9\-\/\:\w]{0,54})$/ ) { - $ending = str2time($1) + 86399; + $ending = str2time($1); # + 86399; } if ( $cgi->param('begin') && $cgi->param('begin') =~ /^(\d+)$/ ) { $beginning = $1;