Changeset 1602 for trunk/plugins/FeedEngine/plugin.php
- Timestamp:
- 2010년 02월 18일 11시 33분 12초 (2 years ago)
- File:
-
- 1 edited
-
trunk/plugins/FeedEngine/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/FeedEngine/plugin.php
r1570 r1602 31 31 function post_finder_conditions_filter(&$condtions, $board) { 32 32 global $account, $params; 33 if($board->get_attribute('feed-at-board') && !$account-> is_admin()) {33 if($board->get_attribute('feed-at-board') && !$account->has_perm('list', $board)) { 34 34 $condtions .= " AND secret = 0 "; 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.
