Changeset 623 for trunk/Common
- Timestamp:
- Dec 29, 2013, 7:42:26 PM (11 years ago)
- Location:
- trunk/Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/Type.php
r605 r623 23 23 include(dirname(__FILE__).'/RandomHash.php'); 24 24 include(dirname(__FILE__).'/MacAddress.php'); 25 include(dirname(__FILE__).'/Image.php'); 25 26 26 27 class Type … … 56 57 'MacAddress' => array('Name' => 'MacAddress', 'Class' => 'MacAddress', 'ParentType' => '', 'Parameters' => array()), 57 58 'IPv6Address' => array('Name' => 'IPv6Address', 'Class' => 'IPv6Address', 'ParentType' => '', 'Parameters' => array()), 59 'Image' => array('Name' => 'Image', 'Class' => 'Image', 'ParentType' => '', 'Parameters' => array()), 58 60 ); 59 61 } -
trunk/Common/Setup/Updates.php
r620 r623 568 568 601 => array('Revision' => 615, 'Function' => 'UpdateTo615'), 569 569 615 => array('Revision' => 619, 'Function' => 'UpdateTo619'), 570 6 20=> array('Revision' => 620, 'Function' => 'UpdateTo620'),570 619 => array('Revision' => 620, 'Function' => 'UpdateTo620'), 571 571 )); 572 572 }
Note:
See TracChangeset
for help on using the changeset viewer.