X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUI%2FWeb.pm;h=18e841e8328d67068dffcddcd41533ec6e037c16;hb=7af914081daa5896f1b0d69de0f48af6978f1fe4;hp=85b85081abcfa83f48274f99facd9d2f53df7fd9;hpb=6ed5d51b3a72e2935dd5d084c9e24567150b03ca;p=freeside.git diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index 85b85081a..18e841e83 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -24,7 +24,7 @@ sub parse_beginning_ending { $ending = $1 - 1; } elsif ( $cgi->param('ending') =~ /^([ 0-9\-\/]{1,64})$/ ) { #probably need an option to turn off the + 86399 - my $ending = str2time($1) + 86399; + $ending = str2time($1) + 86399; } ( $beginning, $ending );