Changeset 183 for trunk/export/index.php
- Timestamp:
- Apr 21, 2009, 7:13:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/index.php
r182 r183 41 41 '<textarea rows="10" cols="100">'.serialize($ExportSetting).'</textarea><br />'. 42 42 'Odkaz ke stažení s vlastním nastavením: '. 43 '<a href="?action= result&ExportSetting='.htmlspecialchars(serialize($ExportSetting)).'">Odkaz vlastního exportu</a><br />'.43 '<a href="?action=output&ExportSetting='.htmlspecialchars(serialize($ExportSetting)).'">Odkaz vlastního exportu</a><br />'. 44 44 'I když se nastavení ukládá, pro jistotu si jej můžete uložit nebo poslat příteli.'; 45 45 } … … 361 361 } 362 362 WriteLog('Generování SQL výstupu: Typ exportu: <strong>'.$ExportSetting['Export'].'</strong>, Diakritika: <strong>'.$ExportSetting['Diacritics'].'</strong>', 2); 363 WriteSetting($ExportSetting);364 365 366 363 break; 367 364 case 'output': … … 393 390 echo('<br /><input type="submit" value="Dokončit" />'); 394 391 echo('</div></form>'); 392 WriteSetting($ExportSetting); 395 393 break; 396 394 case 'parameters':
Note:
See TracChangeset
for help on using the changeset viewer.