Changeset 372 for trunk/Modules/Network/Network.php
- Timestamp:
- Jan 19, 2012, 1:58:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Network.php
r371 r372 136 136 parent::__construct($Database, $System); 137 137 $this->Name = 'NetworkSubnet'; 138 $this->ModelName = 'Subnet'; 138 139 $this->AddPropertyString('Name'); 139 140 $this->AddPropertyString('AddressRange'); … … 155 156 class EmailView extends View 156 157 { 157 function __construct() 158 { 158 function __construct($Database) 159 { 160 parent::__construct($Database); 159 161 $this->Name = 'NewEmail'; 160 162 $this->Title = 'Nový email';
Note:
See TracChangeset
for help on using the changeset viewer.