We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8ee8c commit 9fd2b1bCopy full SHA for 9fd2b1b
1 file changed
controller/main.php
@@ -174,7 +174,6 @@ private function display_pb()
174
'DESC' => $row['snippet_desc'],
175
'TITLE' => $row['snippet_title'],
176
'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'],
178
'AUTHOR_FULL' => get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']),
179
));
180
}
0 commit comments