Changeset 675 for trunk/Application
- Timestamp:
- Jul 21, 2014, 11:20:43 PM (10 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r674 r675 450 450 'Filter' => '1', 451 451 ), 452 'TDeviceListAPI' => array( 453 'Type' => 'ManyToOne', 454 'Table' => 'NetworkDevice', 455 'Id' => 'Id', 456 'Ref' => 'API', 457 'Filter' => '1', 458 ), 452 459 'TInterfaceList' => array( 453 460 'Type' => 'ManyToOne', … … 600 607 'Type' => 'Reference', 601 608 'Table' => 'Menu', 609 'Id' => 'Id', 610 'Name' => 'Name', 611 'Filter' => '1', 612 ), 613 'TDeviceAPIType' => array( 614 'Type' => 'Reference', 615 'Table' => 'DeviceAPIType', 602 616 'Id' => 'Id', 603 617 'Name' => 'Name', -
trunk/Application/Version.php
r674 r675 1 1 <?php 2 2 3 $Revision = 67 4; // Subversion revision3 $Revision = 675; // Subversion revision 4 4 $DatabaseRevision = 674; // SQL structure revision 5 5 $ReleaseTime = strtotime('2014-07-22');
Note:
See TracChangeset
for help on using the changeset viewer.