Ignore:
Timestamp:
Oct 24, 2010, 11:29:20 AM (14 years ago)
Author:
grum
Message:

externalise and pack some js ; rename criteriaBuilder.js files ; improve templates & css theming ; fix bug and add functionnalities for request builder ; update key languages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/gpc_ajax.php

    r7349 r7370  
    376376
    377377      $binary='';
    378       if(!$ignoreCase) $binary=" BINARY ";
     378      $where=' LOWER(ptt.name) ';
     379      if(!$ignoreCase)
     380      {
     381        $binary=" BINARY ";
     382        $where=" ptt.name ";
     383      }
    379384
    380385
     
    405410      }
    406411
    407       $sql.=" WHERE ptt.name LIKE $binary '%$letters%'
     412      $sql.=" WHERE $where LIKE $binary '%$letters%'
    408413            ORDER BY ptt.name ";
    409414
Note: See TracChangeset for help on using the changeset viewer.