Dotclear


Ignore:
Timestamp:
08/26/13 18:45:13 (11 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
2.5
Children:
1620:542c321dc040, 1623:45215cd8de66
Message:

Blogs search is no more case sensitive, fixes #1601

File:
1 edited

Legend:

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

    r1179 r1593  
    928928           
    929929          if (!empty($params['q'])) { 
    930                $params['q'] = str_replace('*','%',$params['q']); 
     930               $params['q'] = strtolower(str_replace('*','%',$params['q'])); 
    931931               $where .= 
    932932               'AND ('. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map