Skip to content

Commit 9fd2b1b

Browse files
Nicolas MeyertönsNicolas Meyertöns
authored andcommitted
Removed C&P
1 parent 9e8ee8c commit 9fd2b1b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

controller/main.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ private function display_pb()
174174
'DESC' => $row['snippet_desc'],
175175
'TITLE' => $row['snippet_title'],
176176
'TITLE_SHORT' => (utf8_strlen($row['snippet_title']) > 50) ? utf8_substr($row['snippet_title'], 0, 50) . '...' : $row['snippet_title'],
177-
'TITLE_SHORT' => (utf8_strlen($row['snippet_title']) > 50) ? utf8_substr($row['snippet_title'], 0, 50) . '...' : $row['snippet_title'],
178177
'AUTHOR_FULL' => get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']),
179178
));
180179
}

0 commit comments

Comments
 (0)