Changeset 540 for trunk/Common/Form/Form.php
- Timestamp:
- May 28, 2013, 10:19:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Form.php
r538 r540 275 275 var $Type; 276 276 var $RootURL; 277 var $ShowRelation; 277 278 278 279 function __construct($Database) … … 282 283 $this->FormTypes = array(); 283 284 $this->Type = new Type($this); 285 $this->ShowRelation = false; 284 286 } 285 287
Note:
See TracChangeset
for help on using the changeset viewer.