Changeset 407:eb5bd0f66932 for inc/core/class.dc.blog.php
- Timestamp:
- 06/23/11 13:00:59 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r340 r407 727 727 if (isset($params['post_type'])) 728 728 { 729 $strReq .= 'AND post_type '.$this->con->in($params['post_type']); 729 if (is_array($params['post_type']) || $params['post_type'] != '') { 730 $strReq .= 'AND post_type '.$this->con->in($params['post_type']); 731 } 730 732 } 731 733 else
Note: See TracChangeset
for help on using the changeset viewer.