Changeset 8850
- Timestamp:
- 02/01/08 10:18:33 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8842 r8850 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2008/02/01 Daniel Hoehne 22 23 * datacenter/db/runinfo-aio.php: 24 - fixed 'bug' with query. Now runs are displayed in ascending order 25 26 20 27 21 28 2008/01/31 Thomas Bretz -
trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php
r8797 r8850 184 184 } 185 185 else 186 $query0 .=" ORDER BY RunData.fRunNumber DESC";186 $query0 .=" ORDER BY RunData.fRunNumber ASC"; 187 187 188 188 if (empty($_GET["fNumStart"]))
Note:
See TracChangeset
for help on using the changeset viewer.