Changeset 586 for trunk/Modules/Search/Search.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Search/Search.php
r545 r586 65 65 } 66 66 67 function Start()67 function DoStart() 68 68 { 69 parent::Start();70 69 $this->System->Pages['search'] = 'PageSearch'; 71 70 } 72 71 73 function Install()72 function DoInstall() 74 73 { 75 parent::Install();76 74 } 77 75 78 function UnInstall() 79 { 80 parent::UnInstall(); 76 function DoUnInstall() 77 { 81 78 } 82 79
Note:
See TracChangeset
for help on using the changeset viewer.