Changeset 1543:3b7fcdb6146d for inc/core
- Timestamp:
- 08/03/13 18:06:16 (12 years ago)
- Branch:
- Ticket #1430
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r1542 r1543 818 818 $params['exclude_post_id'] = array((integer) $params['exclude_post_id']); 819 819 } 820 $strReq .= 'AND P.post_id not in('.$this->con->in($params['exclude_post_id']).') ';820 $strReq .= 'AND P.post_id not ('.$this->con->in($params['exclude_post_id']).') '; 821 821 } 822 822
Note: See TracChangeset
for help on using the changeset viewer.