Changeset 1722
- Timestamp:
- Oct 11, 2010, 10:09:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/solr/actions/actions.class.php
r1721 r1722 174 174 175 175 if ($period == 'DAY') { 176 $from = date ('Y-m-d', strtotime($from)-(3600*2+1)).'T23:59:59Z'; 176 177 $to = date ('Y-m-d', strtotime($to)).'T23:59:59Z'; 177 178 }
Note: See TracChangeset
for help on using the changeset viewer.