Dotclear

Changeset 3263:a2e2eabd0f86 for inc


Ignore:
Timestamp:
07/03/16 12:47:07 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add email and web site filters on comments list (admin), closes #995

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.blog.php

    r3262 r3263  
    20392039          } 
    20402040 
     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 
    20412046          if (isset($params['comment_site'])) { 
    20422047               $comment_site = $this->con->escape(str_replace('*','%',$params['comment_site'])); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map