Changeset 553 for trunk/Modules/Finance
- Timestamp:
- Jul 7, 2013, 11:38:22 PM (12 years ago)
- Location:
- trunk/Modules/Finance
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Finance.php
r551 r553 299 299 $this->License = 'GNU/GPLv3'; 300 300 $this->Description = 'Base module for finance management'; 301 $this->Dependencies = array('File' );301 $this->Dependencies = array('File', 'EmailQueue'); 302 302 } 303 303 -
trunk/Modules/Finance/Manage.php
r552 r553 359 359 360 360 $Content .= '<br />Tento email je generován automaticky. V případě zjištění nesrovnalostí napište zpět.'; 361 $this->System-> EmailQueue->AddItem($User['Name'].' <'.$User['Email'].'>', $Title, $Content,361 $this->System->ModuleManager->Modules['EmailQueue']->AddItem($User['Name'].' <'.$User['Email'].'>', $Title, $Content, 362 362 $Config['Web']['Admin'].' <'.$Config['Web']['AdminEmail'].'>'); 363 363 $Output = '';
Note:
See TracChangeset
for help on using the changeset viewer.