mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Code cleanup
This commit is contained in:
@@ -517,10 +517,10 @@ class adminstyle_infopanel
|
||||
$sql = e107::getDb();
|
||||
$tp = e107::getParser();
|
||||
|
||||
if(!check_class('B')) // XXX problems?
|
||||
{
|
||||
//if(!check_class('B')) // XXX problems?
|
||||
// {
|
||||
// return;
|
||||
}
|
||||
// }
|
||||
|
||||
if(!$rows = $sql->retrieve('comments','*','comment_blocked=2 ORDER BY comment_id DESC LIMIT 25',true) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user