@@ -97,8 +97,7 @@ |
||
| 97 | 97 | { |
| 98 | 98 | $last_post_link = $url . '-s' . $j . '.html'; |
| 99 | 99 | } |
| 100 | - } |
|
| 101 | - else |
|
| 100 | + } else |
|
| 102 | 101 | { |
| 103 | 102 | $last_post_link = $url . '.html'; |
| 104 | 103 | } |
@@ -71,8 +71,7 @@ |
||
| 71 | 71 | if (isset($row['topic_id'])) |
| 72 | 72 | { |
| 73 | 73 | $url_data[$id]['url'] = $this->base->generate_topic_link($row['forum_id'], $row['forum_name'], $row['topic_id'], $row['topic_title'], $data['start'], true); |
| 74 | - } |
|
| 75 | - else if (isset($row['forum_id'])) |
|
| 74 | + } else if (isset($row['forum_id'])) |
|
| 76 | 75 | { |
| 77 | 76 | $url_data[$id]['url'] = $this->base->generate_forum_link($row['forum_id'], $row['forum_name'], $data['start'], true); |
| 78 | 77 | } |
@@ -228,8 +228,7 @@ |
||
| 228 | 228 | if (!empty($this->topic_title)) |
| 229 | 229 | { |
| 230 | 230 | $event['generate_page_link_override'] = append_sid($this->base->generate_topic_link($this->forum_id, $this->forum_title, $this->topic_id, $this->topic_title, $start)); |
| 231 | - } |
|
| 232 | - else if (!empty($this->forum_title)) |
|
| 231 | + } else if (!empty($this->forum_title)) |
|
| 233 | 232 | { |
| 234 | 233 | $event['generate_page_link_override'] = append_sid($this->base->generate_forum_link($this->forum_id, $this->forum_title, $start)); |
| 235 | 234 | } |