mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-27 02:05:02 +02:00
Fix a few things left over from old global announce stuff
git-svn-id: file:///svn/phpbb/trunk@1227 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -302,7 +302,7 @@ $sql = "SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as i
|
||||
AND t.topic_poster = u.user_id
|
||||
AND p.post_id = t.topic_last_post_id
|
||||
AND p.poster_id = u2.user_id
|
||||
AND t.topic_type = " . POST_ANNOUNCE . "
|
||||
AND t.topic_type = " . POST_ANNOUNCE . "
|
||||
ORDER BY p.post_time DESC";
|
||||
if(!$ta_result = $db->sql_query($sql))
|
||||
{
|
||||
|
Reference in New Issue
Block a user