Changeset 1142 for trunk/common
- Timestamp:
- 04/25/10 20:30:35 (2 years ago)
- File:
-
- 1 edited
-
trunk/common/db/task.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/db/task.php
r1141 r1142 243 243 $query = "SELECT ia_task.id AS task_id, 244 244 ia_task.title AS task_title, 245 ia_task.orderAS 'order',245 round_task.`order_id` AS 'order', 246 246 ia_task.page_name AS page_name, 247 247 ia_task.open_source AS open_source, … … 257 257 WHERE (round.id = 'arhiva' OR round.id = 'arhiva-educationala') 258 258 AND ia_task.hidden = '0' $tag_filter 259 ORDER BY round.id DESC, ia_task.order";259 ORDER BY round.id DESC, round_task.`order_id`"; 260 260 261 261 $tasks = db_fetch_all($query);
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)