Changeset 785


Ignore:
Timestamp:
Feb 5, 2014, 9:04:26 PM (11 years ago)
Author:
maron
Message:
  • Fixed: search in Dictionary.php
Location:
trunk
Files:
2 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 = '';
  • trunk/includes/Version.php

    r784 r785  
    66// and system will need database update.
    77
    8 $Revision = 784; // Subversion revision
     8$Revision = 785; // Subversion revision
    99$DatabaseRevision = 748; // Database structure revision
    10 $ReleaseTime = '2014-02-04';
     10$ReleaseTime = '2014-02-05';
Note: See TracChangeset for help on using the changeset viewer.