Changeset 929 for trunk/Common
- Timestamp:
- May 11, 2022, 12:14:42 PM (3 years ago)
- Location:
- trunk/Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/MacAddress.php
r887 r929 24 24 25 25 function OnLoad(array $Item): ?string 26 { 27 //echo($Item['Name'].'='.$_POST[$Item['Name']].','.is_null(NULL).'<br>'); 26 { 28 27 return strtoupper($_POST[$Item['Name']]); 29 28 } -
trunk/Common/VCL/General.php
r887 r929 3 3 function ReadSessionVar(string $Name, bool $Persistent = true): string 4 4 { 5 //echo($Name.',');6 5 $Result = ''; 7 6 if ($Persistent)
Note:
See TracChangeset
for help on using the changeset viewer.