Changeset 25026 for trunk/include
- Timestamp:
- Oct 20, 2013, 4:29:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_search.inc.php
r25018 r25026 123 123 if (isset($search['fields'][$datefield])) 124 124 { 125 $clauses[] = $datefield." = '".$search['fields'][$datefield]['date']."'" 125 $clauses[] = $datefield." = '".$search['fields'][$datefield]['date']."'"; 126 126 } 127 127
Note: See TracChangeset
for help on using the changeset viewer.