Changeset 654


Ignore:
Timestamp:
Dec 14, 2013, 10:04:34 PM (11 years ago)
Author:
maron
Message:
  • Added: Search table for spell
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Form.php

    r653 r654  
    236236                                        } else {
    237237                                        if(($GroupId == 13)) {
    238                                                 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text' ),false);
     238                                                $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextCharacterClass' => 'Name','TextCharacterRace' => 'Name1',),false);
    239239            } else {
    240240                                                $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text'));
  • trunk/includes/Version.php

    r653 r654  
    66// and system will need database update.
    77
    8 $Revision = 653; // Subversion revision
     8$Revision = 654; // Subversion revision
    99$DatabaseRevision = 646; // Database structure revision
    1010$ReleaseTime = '2013-12-14';
Note: See TracChangeset for help on using the changeset viewer.