Changeset 298 for trunk/export/index.php
- Timestamp:
- Dec 28, 2009, 5:13:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/index.php
r297 r298 90 90 $ExportId = mysql_insert_id(); 91 91 echo('Nový export vytvořen.<br/>Přímý odkaz na tento export: <a href="?Action=View&ExportId='.$ExportId.'">zde</a><br/><br/>'); 92 WriteLog('Vytvořen nový export <a href="'.$Config['Web']['BaseURL'].'export/?Action=View&ExportId='.$ExportId.'">'.$ExportId.'</a>.', 12); 92 93 $_GET['Filter'] = 'my'; 93 94 ExportList(); … … 109 110 { 110 111 $Database->SQLCommand('DELETE FROM Export WHERE Id='.$_GET['ExportId']); 112 delete_directory('../tmp/Export/'.$_GET['ExportId'].'/'); 111 113 echo('Export smazán.<br/><br/>'); 112 114 $_GET['Filter'] = 'my'; 115 WriteLog('Smazán export '.$_GET['ExportId'], 12); 113 116 ExportList(); 114 117 } else echo('Export '.$_GET['ExportId'].' nelze smazat.<br/>');
Note:
See TracChangeset
for help on using the changeset viewer.