Changeset 958 for trunk/Modules/Contract/Contract.php
- Timestamp:
- Sep 23, 2023, 12:04:04 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Contract/Contract.php
r951 r958 109 109 function Show(): string 110 110 { 111 if (array_key_exists('i', $_GET) )111 if (array_key_exists('i', $_GET) and is_numeric($_GET['i'])) 112 112 { 113 113 $Output = $this->GenerateContract(' AND (Id='.($_GET['i'] * 1).')');
Note:
See TracChangeset
for help on using the changeset viewer.