Changeset 184 for trunk/export/index.php
- Timestamp:
- Apr 21, 2009, 7:33:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/index.php
r183 r184 368 368 $ExportSetting['language-sk'] = array_key_exists('language-sk', $_POST); 369 369 $ExportSetting['language-other'] = array_key_exists('language-other', $_POST); 370 371 if (array_key_exists('ExportSetting',$_GET)) 372 $ExportSetting = unserialize(stripcslashes(stripcslashes($_GET['ExportSetting']))); 373 370 374 echo('<strong>Krok 3. - Typ výstupu</strong><br /><br />'); 371 375 echo('<form action="?action=result" method="post"><div>'.
Note:
See TracChangeset
for help on using the changeset viewer.