Changeset 653 for trunk/Modules/Translation/Form.php
- Timestamp:
- Dec 14, 2013, 9:58:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Form.php
r652 r653 236 236 } else { 237 237 if(($GroupId == 13)) { 238 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text' ) );238 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text' ),false); 239 239 } else { 240 240 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text'));
Note:
See TracChangeset
for help on using the changeset viewer.