Changeset 100 for devel/www/jidelna/menuedit.php
- Timestamp:
- Aug 1, 2008, 2:47:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/jidelna/menuedit.php
r99 r100 4 4 class EatingPlaceEdit extends Page 5 5 { 6 var $Dependencies = array('Log'); 6 7 var $FullTitle = 'Jídleníček jídelny Na kopečku'; 7 8 var $ShortTitle = 'Editace jídelníčku'; … … 49 50 } 50 51 $Output .= '<div style="color: red; font-size: larger;">Menu uloženo!</div>'; 52 $this->System->Modules['Log']->NewRecord('EatingPlace', 'MenuSave'); 51 53 } 52 54 if($_GET['action'] == 'saveinfo') … … 55 57 $this->Database->insert('MealsInfo', array('Info' => $_POST['info'], 'Price' => $_POST['price'])); 56 58 $Output .= '<div style="color: red; font-size: larger;">Informační údaje uloženy!</div>'; 59 $this->System->Modules['Log']->NewRecord('EatingPlace', 'InfoSave'); 57 60 } 58 61 }
Note:
See TracChangeset
for help on using the changeset viewer.