Changeset 586 for trunk/Modules/Wiki/Wiki.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Wiki/Wiki.php
r565 r586 15 15 } 16 16 17 function Install()17 function DoInstall() 18 18 { 19 19 parent::Install(); … … 42 42 } 43 43 44 function UnInstall()44 function DoUnInstall() 45 45 { 46 46 $this->Database->query("DELETE TABLE `WikiPageContent`; '. … … 49 49 } 50 50 51 function Start() 52 { 53 parent::Start(); 51 function DoStart() 52 { 54 53 $this->LoadPages(); 55 54 } 56 55 57 function Stop() 58 { 59 parent::Stop(); 56 function DoStop() 57 { 60 58 } 61 59
Note:
See TracChangeset
for help on using the changeset viewer.