SELECT c.cat_id, c.cat_title, c.cat_order
FROM phpbb_categories c, phpbb_forums f
WHERE f.cat_id = c.cat_id AND f.site_state LIKE '%MD%' AND c.site_state LIKE '%MD%'
GROUP BY c.cat_id, c.cat_title, c.cat_order
ORDER BY c.cat_order
Line : 220 File : functions.php
Flag Item
Please tell us why you would like to flag this item.