Changeset 785
- Timestamp:
- Feb 5, 2014, 9:04:26 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Dictionary/Dictionary.php
r637 r785 250 250 { 251 251 $Condition = ' AND (LOWER(`T1`.`Text`) LIKE LOWER("%'.$Search.'%")) OR '. 252 ' (LOWER(`T2`.`Text`) LIKE LOWER("%'.$Search.'%")) OR '. 252 253 '(LOWER(`T1`.`Description`) LIKE LOWER("%'.$Search.'%"))'; 253 254 } else $Condition = ''; -
trunk/includes/Version.php
r784 r785 6 6 // and system will need database update. 7 7 8 $Revision = 78 4; // Subversion revision8 $Revision = 785; // Subversion revision 9 9 $DatabaseRevision = 748; // Database structure revision 10 $ReleaseTime = '2014-02-0 4';10 $ReleaseTime = '2014-02-05';
Note:
See TracChangeset
for help on using the changeset viewer.