Changeset 651


Ignore:
Timestamp:
Dec 14, 2013, 9:27:23 PM (11 years ago)
Author:
maron
Message:
  • Modified: search names only at quest like text
Location:
trunk
Files:
2 edited

Legend:

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

    r636 r651  
    231231                                                $Text = $Text.' '.$LineAJ[$TextItem['Column']];
    232232       
    233                         //              if(($GroupId < 4) or ($GroupId == 10) or ($GroupId == 11)) {
     233                                        if(($GroupId < 4) or ($GroupId == 10) or ($GroupId == 11)) {
    234234                                                //<span class="edit">barvou.</span>
    235235                                                $names = GetTranslatNames($Text, 0, GetTranslatNamesArray());
    236                 //                      } else {
    237                         //                      $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text'));
    238                         //              }
     236                                        } else {
     237                                                $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text'));
     238                                        }
    239239       
    240240                                        foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem)
  • trunk/includes/Version.php

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