Changeset 1599
- Timestamp:
- 2010년 02월 18일 11시 29분 35초 (2 years ago)
- File:
-
- 1 edited
-
trunk/metabbs/app/models/board.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/metabbs/app/models/board.php
r1593 r1599 53 53 function get_feed_posts($count) { 54 54 if (!$this->order_by) $this->order_by = 'id DESC'; 55 return find_all('post', "board_id=$this->id AND NOT moved_to", $this->order_by, $count);55 return find_all('post', "board_id=$this->id AND secret = 0 AND NOT moved_to", $this->order_by, $count); 56 56 } 57 57 function add_post(&$post) {
Note: See TracChangeset
for help on using the changeset viewer.
