Changeset 977 for trunk/Modules/Log/Log.php
- Timestamp:
- Jun 30, 2025, 6:13:54 PM (12 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Log/Log.php
r958 r977 29 29 'Value' => array('Type' => 'Text', 'Caption' => 'Hodnota', 'Default' => '', 'ReadOnly' => true), 30 30 'IPAddress' => array('Type' => 'IPv4Address', 'Caption' => 'Adresa IP', 'Default' => '', 'ReadOnly' => true), 31 'URL' => array('Type' => 'String', 'Caption' => 'URL', 'Default' => '', 'ReadOnly' => true), 31 32 ), 32 33 ));
Note:
See TracChangeset
for help on using the changeset viewer.