@@ -215,8 +215,7 @@ discard block |
||
| 215 | 215 | if (sizeof($post_ids)) |
| 216 | 216 | { |
| 217 | 217 | $sql_where[] = $this->db->sql_in_set('p.post_id', $post_ids); |
| 218 | - } |
|
| 219 | - else if (sizeof($this->store['topic'])) |
|
| 218 | + } else if (sizeof($this->store['topic'])) |
|
| 220 | 219 | { |
| 221 | 220 | $sql_where[] = $this->db->sql_in_set('p.topic_id', array_keys($this->store['topic'])); |
| 222 | 221 | |
@@ -240,8 +239,7 @@ discard block |
||
| 240 | 239 | if ($this->_can_track_by_lastread()) |
| 241 | 240 | { |
| 242 | 241 | $info = $this->_build_tracking_info('get_topic_tracking'); |
| 243 | - } |
|
| 244 | - else if ($this->_can_track_anonymous()) |
|
| 242 | + } else if ($this->_can_track_anonymous()) |
|
| 245 | 243 | { |
| 246 | 244 | $info = $this->_build_tracking_info('get_complete_topic_tracking'); |
| 247 | 245 | } |