Changeset 4262


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

merge -r4261 from trunk
quick search on image file name is not case sensitive anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/include/functions_search.inc.php

    r3046 r4262  
    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.