Changeset 550 for trunk/Modules/Translation/Save.php
- Timestamp:
- Jun 18, 2013, 8:56:09 PM (11 years ago)
- Location:
- trunk/Modules/Translation
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Save.php
r549 r550 1 1 <?php 2 2 3 include_once('includes/global.php'); 4 5 3 class PageTranslationSave extends Page 4 { 5 function Show() 6 { 7 global $System, $User, $Config, $TranslationTree; 6 8 $Output = ''; 7 9 $CompleteText = array('nedokončený', 'dokončený'); … … 215 217 } else $Output = ShowMessage('Nezadány požadované údaje.', MESSAGE_CRITICAL); 216 218 } 217 218 ShowPage($Output); 219 220 ?> 219 return($Output); 220 } 221 }
Note:
See TracChangeset
for help on using the changeset viewer.