Changeset 7509 for trunk/MagicSoft/Mars
- Timestamp:
- 02/15/06 13:32:06 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7508 r7509 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/02/15 Daniela Dorner 21 22 * datacenter/db/findoffdata.php: 23 - implemented possibility to query range of dates for 'stardone' 24 25 26 20 27 2006/02/15 Daniel Hoehne 21 28 -
trunk/MagicSoft/Mars/datacenter/db/findoffdata.php
r7508 r7509 170 170 171 171 $starstop=substr($_GET["fStarStop"], 0, 10); 172 $query0 .= " fStar < '" . $starstop . " 00:00:00' ";172 $query0 .= " fStar < '" . $starstop . " 23:59:59' "; 173 173 } 174 174
Note:
See TracChangeset
for help on using the changeset viewer.