Ignore:
Timestamp:
Dec 14, 2013, 9:46:19 PM (11 years ago)
Author:
maron
Message:
  • Added: Search for names in global string at spell
File:
1 edited

Legend:

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

    r651 r652  
    235235                                                $names = GetTranslatNames($Text, 0, GetTranslatNamesArray());
    236236                                        } else {
    237                                                 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text'));
     237                                        if(($GroupId == 13)) {
     238                                                $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text' ));
     239            } else {
     240                                                $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text'));
     241                                        }
    238242                                        }
    239243       
Note: See TracChangeset for help on using the changeset viewer.