Current time: 03-18-2010, 12:27 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[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
Find all posts by this user
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
Rate MyBB @ HotScripts.com - Show your support!
You can also Write a review! - Help us grow!
Visit this user's website Find all posts by this user


Forum Jump: