Changeset 578 for trunk/Modules/Import
- Timestamp:
- Sep 11, 2013, 10:59:06 PM (11 years ago)
- Location:
- trunk/Modules/Import
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Import/Import.php
r571 r578 80 80 echo('# '); 81 81 $InsertId = $this->System->Database->insert_id; 82 WriteLog('Text <a href="form.php?group='.$this->Group['Id'].'&ID='.$InsertId.'">'.$InsertId.'</a> ('.$DbRow2['Entry'].') ze skupiny '.$this->Group['Name'].' byl v nové verzi '.$this->Version['Version'].' změněn.', LOG_TYPE_IMPORT);82 $this->System->ModuleManager->Modules['Log']->WriteLog('Text <a href="form.php?group='.$this->Group['Id'].'&ID='.$InsertId.'">'.$InsertId.'</a> ('.$DbRow2['Entry'].') ze skupiny '.$this->Group['Name'].' byl v nové verzi '.$this->Version['Version'].' změněn.', LOG_TYPE_IMPORT); 83 83 } 84 84 } else … … 108 108 echo('+ '); 109 109 $this->NewItemCount++; 110 WriteLog('Text <a href="form.php?group='.$this->Group['Id'].'&ID='.$InsertId.'">'.$InsertId.'</a> ('.$Value['Entry'].') ze skupiny '.$this->Group['Name'].' byl v nové verzi '.$this->Version['Version'].' přidán.', LOG_TYPE_IMPORT);110 $this->System->ModuleManager->Modules['Log']->WriteLog('Text <a href="form.php?group='.$this->Group['Id'].'&ID='.$InsertId.'">'.$InsertId.'</a> ('.$Value['Entry'].') ze skupiny '.$this->Group['Name'].' byl v nové verzi '.$this->Version['Version'].' přidán.', LOG_TYPE_IMPORT); 111 111 } 112 112 } -
trunk/Modules/Import/Manage.php
r577 r578 36 36 $Output .= $Import->ImportGroup($GroupId); 37 37 38 WriteLog('Plnění databáze', LOG_TYPE_MODERATOR);38 $this->System->ModuleManager->Modules['Log']->WriteLog('Plnění databáze', LOG_TYPE_MODERATOR); 39 39 $Output .= '</div>'; 40 40 } else $Output = ShowMessage('Nebylo zadáno id skupiny.', MESSAGE_CRITICAL);
Note:
See TracChangeset
for help on using the changeset viewer.