Changeset 383 for trunk/Common/ViewForm.php
- Timestamp:
- Jan 23, 2012, 10:37:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/ViewForm.php
r373 r383 7 7 var $OnSubmit = ''; 8 8 9 function __construct($ Database)10 { 11 $this->Database = &$Database;9 function __construct($System) 10 { 11 parent::__construct($System); 12 12 } 13 13
Note:
See TracChangeset
for help on using the changeset viewer.