Changeset 901 for trunk/Modules/Translation
- Timestamp:
- Oct 2, 2024, 10:31:47 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Form.php
r900 r901 30 30 else $Action = ''; 31 31 32 if (array_key_exists('ID', $_GET)) 32 $TextID = 0; 33 if (TryGetUrlParameterInt('ID', $TextID)) 33 34 { 34 $TextID = $_GET['ID'] * 1;35 35 $this->ID = $TextID; 36 36
Note:
See TracChangeset
for help on using the changeset viewer.