Changeset 341 for trunk/Modules/User/user.php
- Timestamp:
- Jan 17, 2012, 8:40:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/user.php
r340 r341 266 266 } 267 267 268 class ModuleUser extends Module 269 { 270 function __construct($Database) 271 { 272 parent::__construct($Database); 273 $this->Name = 'User'; 274 $this->Version = '1.0'; 275 $this->Creator = 'Chronos'; 276 $this->License = 'GNU/GPL'; 277 $this->Description = 'User management'; 278 $this->Dependencies = array(); 279 //$this->Models = array('User', 'UserOnline'); 280 } 281 } 282 283 268 284 ?>
Note:
See TracChangeset
for help on using the changeset viewer.