Changeset 785 for trunk/Modules


Ignore:
Timestamp:
Feb 5, 2014, 9:04:26 PM (10 years ago)
Author:
maron
Message:
  • Fixed: search in Dictionary.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Dictionary/Dictionary.php

    r637 r785  
    250250  {
    251251    $Condition = ' AND (LOWER(`T1`.`Text`) LIKE LOWER("%'.$Search.'%")) OR '.
     252      ' (LOWER(`T2`.`Text`) LIKE LOWER("%'.$Search.'%")) OR '.
    252253      '(LOWER(`T1`.`Description`) LIKE LOWER("%'.$Search.'%"))';
    253254  } else $Condition = '';
Note: See TracChangeset for help on using the changeset viewer.