Changeset 744
- Timestamp:
- Jan 9, 2014, 6:21:21 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/LoadNames.php
r743 r744 77 77 } else { 78 78 if(($GroupId == 13)) { 79 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextItemSub lass' => 'Name', 'TextCharacterRace' => 'Name1',),false);79 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextItemSubClass' => 'Name', 'TextCharacterRace' => 'Name1',),false); 80 80 } else { 81 81 $names = GetTranslatNames($Text, 0, GetTranslatNamesArray()); -
trunk/includes/Version.php
r743 r744 6 6 // and system will need database update. 7 7 8 $Revision = 74 3; // Subversion revision8 $Revision = 744; // Subversion revision 9 9 $DatabaseRevision = 732; // Database structure revision 10 10 $ReleaseTime = '2014-01-08';
Note:
See TracChangeset
for help on using the changeset viewer.