Changeset 3414:ee26086333f1
- Timestamp:
- 11/21/16 16:42:51 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.postmedia.php
r3167 r3414 57 57 } 58 58 59 $where= '';59 $where=[]; 60 60 if (isset($params['post_id'])) { 61 61 $where[]="PM.post_id ".$this->con->in($params['post_id']);
Note: See TracChangeset
for help on using the changeset viewer.