Changeset 184


Ignore:
Timestamp:
Apr 21, 2009, 7:33:39 PM (15 years ago)
Author:
maron
Message:

Oprava chyby při adresování nastavení exportu na výstup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/index.php

    r183 r184  
    368368    $ExportSetting['language-sk'] = array_key_exists('language-sk', $_POST);
    369369    $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
    370374    echo('<strong>Krok 3. - Typ výstupu</strong><br /><br />');
    371375    echo('<form action="?action=result" method="post"><div>'.
Note: See TracChangeset for help on using the changeset viewer.