Changeset 1018:f4ac115fc24f for inc
- Timestamp:
- 11/18/12 23:13:00 (13 years ago)
- Branch:
- default
- Children:
- 1019:90f40fdb4a30, 1029:a852ebcec2d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r1015 r1018 1873 1873 1874 1874 if (isset($params['comment_ip'])) { 1875 $strReq .= "AND comment_ip = '".$this->con->escape($params['comment_ip'])."' "; 1875 $comment_ip = $this->con->escape(str_replace('*','%',$params['comment_ip'])); 1876 $strReq .= "AND comment_ip LIKE '".$comment_ip."' "; 1876 1877 } 1877 1878
Note: See TracChangeset
for help on using the changeset viewer.