Changeset 743 for trunk/Modules/Translation/LoadNames.php
- Timestamp:
- Jan 9, 2014, 2:44:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/LoadNames.php
r739 r743 58 58 59 59 60 //todo:haveto load61 60 $Text = ''; 62 61 function LoadNames() { … … 78 77 } else { 79 78 if(($GroupId == 13)) { 80 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'Text CharacterClass' => 'Name','TextCharacterRace' => 'Name1',),false);79 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextItemSublass' => 'Name', 'TextCharacterRace' => 'Name1',),false); 81 80 } else { 82 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text'));81 $names = GetTranslatNames($Text, 0, GetTranslatNamesArray()); 83 82 } 84 83 }
Note:
See TracChangeset
for help on using the changeset viewer.