Changeset 1111:e6d6c6457711
- Timestamp:
- 03/08/13 11:37:59 (12 years ago)
- Branch:
- 2.5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r1110 r1111 229 229 'FROM '.$this->prefix.'comment '. 230 230 'WHERE comment_status = 1 '. 231 (count($a_ids) > 0 ? 'AND post_id'.$this->con->in($a_ids) : ' ');231 (count($a_ids) > 0 ? 'AND post_id'.$this->con->in($a_ids) : ' '); 232 232 233 233 if ($del) {
Note: See TracChangeset
for help on using the changeset viewer.