Changeset 586 for trunk/Modules/OpeningHours/OpeningHours.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/OpeningHours/OpeningHours.php
r584 r586 226 226 } 227 227 228 function Start() 229 { 230 parent::Start(); 228 function DoStart() 229 { 231 230 $this->System->Pages['otviraci-doby'] = 'PageSubjectOpenTime'; 232 231 } 233 232 234 function Install() 235 { 236 parent::Install(); 237 } 238 239 function UnInstall() 240 { 241 parent::UnInstall(); 233 function DoInstall() 234 { 235 } 236 237 function DoUnInstall() 238 { 242 239 } 243 240 }
Note:
See TracChangeset
for help on using the changeset viewer.