Changeset 4261 for trunk


Ignore:
Timestamp:
Nov 13, 2009, 4:07:44 AM (14 years ago)
Author:
rvelices
Message:

quick search on image file name is not case sensitive anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_search.inc.php

    r3282 r4261  
    439439  {
    440440    $where_clauses .= '
    441     OR '. str_replace($q_like_field, 'file', $q_like_clause);
     441    OR '. str_replace($q_like_field, 'CONVERT(file, CHAR)', $q_like_clause);
    442442    $where_clauses = '('.$where_clauses.')';
    443443  }
Note: See TracChangeset for help on using the changeset viewer.