@@ -154,7 +154,7 @@ |
||
| 154 | 154 | '{db_prefix}log_notify', |
| 155 | 155 | array('id_member' => 'int', 'id_topic' => 'int', 'id_board' => 'int'), |
| 156 | 156 | array($user_info['id'], $log['id_topic'], 0), |
| 157 | - array('id_member','id_topic', 'id_board') |
|
| 157 | + array('id_member', 'id_topic', 'id_board') |
|
| 158 | 158 | ); |
| 159 | 159 | } |
| 160 | 160 | else |
@@ -330,7 +330,7 @@ |
||
| 330 | 330 | WHERE t.id_board = {int:current_board} ' |
| 331 | 331 | . (!$modSettings['postmod_active'] || $context['can_approve_posts'] ? '' : ' |
| 332 | 332 | AND (t.approved = {int:is_approved}' . ($user_info['is_guest'] ? '' : ' OR t.id_member_started = {int:current_member}') . ')') . (!empty($message_index_topic_wheres) ? ' |
| 333 | - AND ' . implode("\n\t\t\t\tAND ", $message_index_topic_wheres) : ''). ' |
|
| 333 | + AND ' . implode("\n\t\t\t\tAND ", $message_index_topic_wheres) : '') . ' |
|
| 334 | 334 | ORDER BY is_sticky' . ($fake_ascending ? '' : ' DESC') . ', ' . $_REQUEST['sort'] . ($ascending ? '' : ' DESC') . ' |
| 335 | 335 | LIMIT {int:maxindex} |
| 336 | 336 | OFFSET {int:start} '; |