Changeset 651
- Timestamp:
- Dec 14, 2013, 9:27:23 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 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) -
trunk/includes/Version.php
r650 r651 6 6 // and system will need database update. 7 7 8 $Revision = 65 0; // Subversion revision8 $Revision = 651; // 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.