Changeset 756:5127beea4a3a for inc/core/class.dc.blog.php
- Timestamp:
- 11/10/11 16:12:01 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r506 r756 1831 1831 $strReq .= "AND LOWER(comment_author) LIKE '".$q_author."' "; 1832 1832 } 1833 if (isset($params['comment_author'])) { 1834 $strReq .= "AND comment_author ".$this->con->in($params['comment_author']).' '; 1835 } 1833 1836 1834 1837 if (!empty($params['search']))
Note: See TracChangeset
for help on using the changeset viewer.