I have enhanced phpLogCon to be able to search by time interval in addition to date interval.
I have tested it in Opera browser, it works
Patch and screenshot follow.
Regards,
Sergey Sireskin
bwinchell wrote:Will this work with V2.8? Do you have a version for 2.8?
Thanks
sire wrote:bwinchell wrote:Will this work with V2.8? Do you have a version for 2.8?
Thanks
Didn't notice 2.8 is out. I'll try this later.

alorbach wrote:Thanks for your contribution, I will integrate this patch into 2.8.1
alorbach wrote:Thanks for your contribution, I will integrate this patch into 2.8.1
>if ( isset($_GET['filter_daterange_to_hour']) ) {
--><------>$filters['filter_daterange_to_hour'] = intval($_GET['filter_daterange_to_hour']);
--><------>if ($filters['filter_daterange_to_hour'] < 10)
--><------> $filters['filter_daterange_to_hour'] = '0' . $filters['filter_daterange_to_hour'] = 0;
-->}>if ( isset($_GET['filter_daterange_to_second']) ) {
--><------>$filters['filter_daterange_to_second'] = intval($_GET['filter_daterange_to_second']);
--><------>if ($filters['filter_daterange_to_second'] < 10)
--><------> $filters['filter_daterange_to_second'] = '0' . $filters['filter_daterange_to_second'] = 0;
-->}
= 0
Users browsing this forum: No registered users and 1 guest