Changeset 3263:a2e2eabd0f86 for inc
- Timestamp:
- 07/03/16 12:47:07 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r3262 r3263 2039 2039 } 2040 2040 2041 if (isset($params['comment_email'])) { 2042 $comment_email = $this->con->escape(str_replace('*','%',$params['comment_email'])); 2043 $strReq .= "AND comment_email LIKE '".$comment_email."' "; 2044 } 2045 2041 2046 if (isset($params['comment_site'])) { 2042 2047 $comment_site = $this->con->escape(str_replace('*','%',$params['comment_site']));
Note: See TracChangeset
for help on using the changeset viewer.