Changeset 652
- Timestamp:
- Dec 14, 2013, 9:46:19 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Form.php
r651 r652 235 235 $names = GetTranslatNames($Text, 0, GetTranslatNamesArray()); 236 236 } 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 } 238 242 } 239 243 -
trunk/includes/Version.php
r651 r652 6 6 // and system will need database update. 7 7 8 $Revision = 65 1; // Subversion revision8 $Revision = 652; // Subversion revision 9 9 $DatabaseRevision = 646; // Database structure revision 10 10 $ReleaseTime = '2013-12-14';
Note:
See TracChangeset
for help on using the changeset viewer.