Changeset 357 for trunk/export/index.php
- Timestamp:
- Mar 5, 2010, 7:42:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/index.php
r353 r357 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 WriteLog('Vytvořen nový export <a href="'.$Config['Web']['BaseURL'].'export/?Action=View&ExportId='.$ExportId.'">'.$ExportId.'</a>.', LOG_TYPE_EXPORT); 93 93 $_GET['Filter'] = 'my'; 94 94 ExportList(); … … 113 113 echo('Export smazán.<br/><br/>'); 114 114 $_GET['Filter'] = 'my'; 115 WriteLog('Smazán export '.$_GET['ExportId'], 12);115 WriteLog('Smazán export '.$_GET['ExportId'], LOG_TYPE_EXPORT); 116 116 ExportList(); 117 117 } else echo('Export '.$_GET['ExportId'].' nelze smazat.<br/>');
Note:
See TracChangeset
for help on using the changeset viewer.