Changeset 620 for trunk/Application
- Timestamp:
- Dec 26, 2013, 11:01:38 PM (11 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r615 r620 187 187 'States' => array('add' => 'Přidat', 'modify' => 'Upravit', 'remove' => 'Odstranit'), 188 188 ), 189 'TWirelessMode' => array( 190 'Type' => 'Enumeration', 191 'States' => array('Přístupový bod (AP)', 'Klient'), 192 ), 189 193 'TService' => array( 190 194 'Type' => 'Reference', -
trunk/Application/Version.php
r619 r620 1 1 <?php 2 2 3 $Revision = 6 19; // Subversion revision4 $DatabaseRevision = 6 19; // SQL structure revision3 $Revision = 620; // Subversion revision 4 $DatabaseRevision = 620; // SQL structure revision 5 5 $ReleaseTime = '2013-12-26';
Note:
See TracChangeset
for help on using the changeset viewer.