Changeset 674 for trunk/Application


Ignore:
Timestamp:
Jul 21, 2014, 11:09:35 PM (10 years ago)
Author:
chronos
Message:
  • Přidáno: Zprovozněno měření signálu přes RouterOS API.
Location:
trunk/Application
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/FormClasses.php

    r673 r674  
    772772    'Filter' => '1',
    773773  ),
     774  'TNetworkSignalListInterface' => array(
     775    'Type' => 'ManyToOne',
     776    'Table' => 'NetworkSignal',
     777    'Id' => 'Id',
     778    'Ref' => 'Interface',
     779    'Filter' => '1',
     780  ),
    774781        'TFinanceInvoiceItemListInvoice' => array(
    775782    'Type' => 'ManyToOne',
  • trunk/Application/Version.php

    r673 r674  
    11<?php
    22
    3 $Revision = 673; // Subversion revision
    4 $DatabaseRevision = 671; // SQL structure revision
    5 $ReleaseTime = strtotime('2014-07-19');
     3$Revision = 674; // Subversion revision
     4$DatabaseRevision = 674; // SQL structure revision
     5$ReleaseTime = strtotime('2014-07-22');
Note: See TracChangeset for help on using the changeset viewer.