|
[F] Inline post custom moderation
|
|
08-04-2008, 08:36 AM
Post: #1
|
|||
|
|||
|
[F] Inline post custom moderation
/moderation.php, line 1736 is:
PHP Code: $query = $db->simple_select("posts", "DISTINCT tid", "pid IN ($pids)", $options); should be rather like: PHP Code: $query = $db->simple_select("posts", "DISTINCT tid", "pid IN (".implode(',',$pids).")", $options); otherwise, inline post custom moderation is impossible. MyBB Polska |
|||
|
08-04-2008, 11:29 AM
Post: #2
|
|||
|
|||
|
[F] Inline post custom moderation
Thank you for your bug report.
This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated. Chris Boulton Twitter | Blog |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help

