- Timestamp:
- 2006/12/06 09:54:40 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r10269 r10270 168 168 $date = sfGetTimestamp($_POST['search_endyear'], $_POST['search_endmonth'], $_POST['search_endday']); 169 169 170 sfprintr($date); 171 170 172 $date = strtotime($date); 171 173 172 sfprintr(date('Y /m/d', $date + 86400));174 sfprintr(date('Y-m-d', $date + 86400)); 173 175 174 176 $where.= " AND update_date < date('" . $_POST['search_endyear'] . "/" . $_POST['search_endmonth'] . "/" . $_POST['search_endday'] . "')";
Note: See TracChangeset
for help on using the changeset viewer.
