Changeset 977
- Timestamp:
- 01/15/12 20:15:58 (4 months ago)
- File:
-
- 1 edited
-
branches/fuze/components/board/model.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/fuze/components/board/model.php
r976 r977 239 239 $cats = array(); 240 240 241 $sql = "SELECT c.* 242 FROM cms_board_cats c 243 LEFT JOIN cms_board_items i ON i.category_id = c.id AND i.published = 1 244 WHERE c.published = 1 AND c.parent_id = '$category_id' 241 $sql = "SELECT * 242 FROM cms_board_cats 243 WHERE published = 1 AND parent_id = '$category_id' 245 244 ORDER BY title ASC"; 246 245 $result = $this->inDB->query($sql);
Note: See TracChangeset
for help on using the changeset viewer.
