Changeset 357 for trunk/export
- Timestamp:
 - Mar 5, 2010, 7:42:00 AM (16 years ago)
 - Location:
 - trunk/export
 - Files:
 - 
      
- 3 edited
 
- 
          
  export_output.php (modified) (1 diff)
 - 
          
  index.php (modified) (2 diffs)
 - 
          
  process_task.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/export/export_output.php
r300 r357 185 185 { 186 186 $Database->SQLCommand('INSERT INTO ExportTask (`Export` ,`TimeStart` ) VALUES ('.$ExportId.', NOW())'); 187 WriteLog('Zadání úlohy pro vygenerování dbc souboru', 2);187 WriteLog('Zadání úlohy pro vygenerování dbc souboru', LOG_TYPE_DOWNLOAD); 188 188 } 189 189  - 
      
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/>');  - 
      
trunk/export/process_task.php
r308 r357 48 48 } 49 49 50 // WriteLog('Generování dbc úloh', 2);50 // WriteLog('Generování dbc úloh', LOG_TYPE_DOWNLOAD); 51 51 ?>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  