$date = get_input('date');
if (! $date) {
$date = "yesterday";
}
$date2 = get_input('date2');
if (! $date2) {
$date = "today";
}
On 10/31/06, Shane Presley <[EMAIL PROTECTED]> wrote:
Hi there,
I'm using 2.9.2a. and noticed that when you do a search, the default
search behavior is to only search today (it adds datetime >
'2006-10-31 00:00:00' to the SQL query).
Since I rotate my logs weekly, I would like the default behavior to be
to search the entire table if a date isn't entered on the search page.
Where could I change that?
Thanks
Shane
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Php-syslog-ng-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support
--
=============================
Clayton Dukes
NMS Consulting Engineer, Advanced Services
Cisco Systems, Inc.
Office: 919.392.6122
Fax: : 919.869.1580
Cell: 813.545.7373
Email: [EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]
=============================
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Php-syslog-ng-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support

