Changeset 550 for trunk/Modules/Dictionary/Dictionary.php
- Timestamp:
- Jun 18, 2013, 8:56:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Dictionary/Dictionary.php
r549 r550 203 203 foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem) 204 204 $Text .= ' '.$Line[$TextItem['Column']]; 205 $Output .= WriteTranslatNames($Text, $mode);205 $Output .= $this->WriteTranslatNames($Text, $mode); 206 206 } 207 207 }
Note:
See TracChangeset
for help on using the changeset viewer.