Ignore:
Timestamp:
Jan 2, 2016, 11:18:17 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Wrong SQL query concatenation in IS module.
  • Fixed: Update code was wrongly commented out.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Network/Network.php

    r769 r774  
    310310      'Items' => array(
    311311        'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''),
     312        'Parent' => array('Type' => 'TNetworkDomain', 'Caption' => 'Nadřazená doména', 'Default' => '', 'Null' => true),
    312313        'Description' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => ''),
    313         'Parent' => array('Type' => 'TNetworkDomain', 'Caption' => 'Nadřazená doména', 'Default' => '', 'Null' => true),
    314314        'Serial' => array('Type' => 'Integer', 'Caption' => 'Sériové číslo', 'Default' => '1'),
    315315        'Minimum' => array('Type' => 'Integer', 'Caption' => 'Minimum', 'Default' => '10800'),
Note: See TracChangeset for help on using the changeset viewer.