Ignore:
Timestamp:
Dec 14, 2013, 9:27:23 PM (11 years ago)
Author:
maron
Message:
  • Modified: search names only at quest like text
File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.