Changeset 417:876968254009 for inc/core
- Timestamp:
- 06/27/11 11:09:30 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r191 r417 736 736 737 737 if (!empty($params['user_id'])) { 738 $strReq .= "AND U.user_id = '".$this->con->escape($params['user_id'])."' "; 738 if (!empty($params['user_id_not'])) { 739 $not = "NOT "; 740 } else { 741 $not = ""; 742 } 743 $strReq .= "AND U.user_id ".$not.$this->con->in($params['user_id'])." "; 739 744 } 740 745
Note: See TracChangeset
for help on using the changeset viewer.