query_num_rowsDB(" SELECT id FROM ot_comments WHERE comment_status = 'spam' ORDER BY id DESC "); // Fetch comments from DB $Comments = $DB->query_fetchDB(" SELECT * FROM ot_comments WHERE comment_status = 'spam' ORDER BY id DESC "); $PageTitle = " » Reacties » Wachtrij (" . $CommentsModeration . ")"; // Set page title include("admin-header.php"); // Load header ?>