Changeset 817 for trunk/Packages/Common/AppModule.php
- Timestamp:
- Mar 16, 2016, 8:51:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/AppModule.php
r791 r817 69 69 $this->License = ''; 70 70 $this->Version = ''; 71 $this->Creator = '';72 71 $this->Description = ''; 73 72 $this->Dependencies = array(); 74 73 $this->Type = ModuleType::Normal; 75 74 } 76 75 77 76 function Install() 78 77 {
Note:
See TracChangeset
for help on using the changeset viewer.