Changeset 736 for trunk/Application
- Timestamp:
- Apr 6, 2015, 11:08:10 PM (10 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r723 r736 304 304 'Filter' => '1', 305 305 ), 306 'TNetworkLinkListInterface1' => array(307 'Type' => 'ManyToOne',308 'Table' => 'NetworkLink',309 'Id' => 'Id',310 'Ref' => 'Interface1',311 'Filter' => '1',312 ),313 'TNetworkLinkListInterface2' => array(314 'Type' => 'ManyToOne',315 'Table' => 'NetworkLink',316 'Id' => 'Id',317 'Ref' => 'Interface2',318 'Filter' => '1',319 ),320 'TNetworkInterfaceUpDown' => array(321 'Type' => 'ManyToOne',322 'Table' => 'NetworkInterfaceUpDown',323 'Id' => 'Id',324 'Ref' => 'Interface',325 'Filter' => '1',326 ),327 306 'TNetworkSignalListInterface' => array( 328 307 'Type' => 'ManyToOne', -
trunk/Application/Version.php
r735 r736 1 1 <?php 2 2 3 $Revision = 73 5; // Subversion revision4 $DatabaseRevision = 73 5; // SQL structure revision3 $Revision = 736; // Subversion revision 4 $DatabaseRevision = 736; // SQL structure revision 5 5 $ReleaseTime = strtotime('2015-04-06');
Note:
See TracChangeset
for help on using the changeset viewer.