Changeset 651 for trunk/Modules/Translation/Form.php
- Timestamp:
- Dec 14, 2013, 9:27:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Form.php
r636 r651 231 231 $Text = $Text.' '.$LineAJ[$TextItem['Column']]; 232 232 233 //if(($GroupId < 4) or ($GroupId == 10) or ($GroupId == 11)) {233 if(($GroupId < 4) or ($GroupId == 10) or ($GroupId == 11)) { 234 234 //<span class="edit">barvou.</span> 235 235 $names = GetTranslatNames($Text, 0, GetTranslatNamesArray()); 236 //} else {237 //$names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text'));238 //}236 } else { 237 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text')); 238 } 239 239 240 240 foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem)
Note:
See TracChangeset
for help on using the changeset viewer.