Changeset 736 for trunk/Application


Ignore:
Timestamp:
Apr 6, 2015, 11:08:10 PM (10 years ago)
Author:
chronos
Message:
Location:
trunk/Application
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/FormClasses.php

    r723 r736  
    304304    'Filter' => '1',
    305305  ),
    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   ),
    327306  'TNetworkSignalListInterface' => array(
    328307    'Type' => 'ManyToOne',
  • trunk/Application/Version.php

    r735 r736  
    11<?php
    22
    3 $Revision = 735; // Subversion revision
    4 $DatabaseRevision = 735; // SQL structure revision
     3$Revision = 736; // Subversion revision
     4$DatabaseRevision = 736; // SQL structure revision
    55$ReleaseTime = strtotime('2015-04-06');
Note: See TracChangeset for help on using the changeset viewer.