From: ivan Date: Thu, 17 Oct 2002 14:59:29 +0000 (+0000) Subject: yay missing paren X-Git-Tag: freeside_1_5_0pre1~171 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d6ebf4c35d7c7b7d559828bfac3744c770dbf3eb yay missing paren --- diff --git a/FS/FS/cust_svc.pm b/FS/FS/cust_svc.pm index d6ed7ee6b..211b0ad23 100644 --- a/FS/FS/cust_svc.pm +++ b/FS/FS/cust_svc.pm @@ -393,7 +393,7 @@ sub seconds_since_sqlradacct { FROM radacct WHERE UserName = ? AND $str2time AcctStartTime ) >= ? - AND ( ? - $str2time AcctStartTime ) < 86400 + AND ( ? - $str2time AcctStartTime ) ) < 86400 AND ( $str2time AcctStopTime ) = 0 OR AcctStopTime IS NULL )"; $sth = $dbh->prepare($query) or die $dbh->errstr;