Changeset 523 for trunk/Modules/Meals/Meals.php
- Timestamp:
- Apr 20, 2013, 8:21:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Meals/Meals.php
r519 r523 136 136 } 137 137 $Output .= '<div style="color: red; font-size: larger;">Menu uloženo!</div>'; 138 $this->System->Module s['Log']->NewRecord('EatingPlace', 'MenuSave');138 $this->System->ModuleManager->Modules['Log']->NewRecord('EatingPlace', 'MenuSave'); 139 139 } 140 140 if($_GET['action'] == 'saveinfo') … … 143 143 $this->Database->insert('MealsInfo', array('Info' => $_POST['info'], 'Price' => $_POST['price'])); 144 144 $Output .= '<div style="color: red; font-size: larger;">Informační údaje uloženy!</div>'; 145 $this->System->Module s['Log']->NewRecord('EatingPlace', 'InfoSave');145 $this->System->ModuleManager->Modules['Log']->NewRecord('EatingPlace', 'InfoSave'); 146 146 } 147 147 }
Note:
See TracChangeset
for help on using the changeset viewer.