Changeset 586 for trunk/Modules/Meals/Meals.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Meals/Meals.php
r548 r586 191 191 } 192 192 193 function Install() 194 { 195 parent::Install(); 193 function DoInstall() 194 { 196 195 } 197 196 198 function UnInstall() 199 { 200 parent::UnInstall(); 201 } 202 203 function Start() 204 { 205 parent::Start(); 197 function DoUnInstall() 198 { 199 } 200 201 function DoStart() 202 { 206 203 $this->System->RegisterPage('jidelna', 'PageEatingPlace'); 207 204 }
Note:
See TracChangeset
for help on using the changeset viewer.