Changeset 572 for trunk/Common


Ignore:
Timestamp:
Sep 27, 2013, 12:54:43 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Možnost zadat přihlašovací jméno a heslo pro přístup do administrace zařízení. Lze zadávat např. jen pokud je jiné než standardní.
Location:
trunk/Common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Form/Types/Date.php

    r571 r572  
    1515    $Parts = getdate($Item['Value']);
    1616
    17     $Output = $Parts['mday'].'. '.$Parts['mon'].' '.$Parts['year'];
     17    $Output = $Parts['mday'].'.'.$Parts['mon'].'.'.$Parts['year'];
    1818    return($Output);
    1919  }
  • trunk/Common/Version.php

    r570 r572  
    11<?php
    22
    3 $Revision = 570; // Subversion revision
    4 $DatabaseRevision = 565; // SQL structure revision
     3$Revision = 571; // Subversion revision
     4$DatabaseRevision = 571; // SQL structure revision
    55$ReleaseTime = '2013-09-26';
Note: See TracChangeset for help on using the changeset viewer.