Changeset 1470 for release-branches/0.5.4/gregarius/cls/search.php
- Timestamp:
- 05/15/06 16:53:07 (3 years ago)
- Files:
-
- 1 modified
-
release-branches/0.5.4/gregarius/cls/search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
release-branches/0.5.4/gregarius/cls/search.php
r1343 r1470 186 186 187 187 if ($this->orderBy == QUERY_ORDER_BY_DATE) { 188 $qOrder = " order byts desc";188 $qOrder = " ts desc"; 189 189 } else { 190 190 if (getConfig('rss.config.absoluteordering')) { 191 $qOrder = " order byf.position asc, c.position asc";191 $qOrder = " f.position asc, c.position asc"; 192 192 } else { 193 $qOrder = " order byf.name asc, c.title asc";193 $qOrder = " f.name asc, c.title asc"; 194 194 } 195 195 }
