- Timestamp:
- 04/25/10 19:33:52 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
common/db/task.php (modified) (1 diff)
-
www/controllers/round.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/db/task.php
r1132 r1141 338 338 "UPDATE ia_smf_messages 339 339 SET subject = %s 340 WHERE subject LIKE %s", 340 WHERE subject LIKE %s 341 AND ID_MSG <> %s", 341 342 db_quote("Răspuns: " . $new_subject), 342 db_quote("%" . $message['subject'])); 343 db_quote("%" . $message['subject']), 344 db_quote($message_id)); 343 345 db_query($query); 344 346 } -
trunk/www/controllers/round.php
r1132 r1141 265 265 if ($current_id != $order_id) { 266 266 round_task_update_order_id($round_id, $task_id, $current_id); 267 task_update_forum_topic($task_id); 267 if ($round_id == 'arhiva' or $round_id == 'arhiva-educationala') { 268 task_update_forum_topic($task_id, $round_id); 269 } 268 270 } 269 271
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)