Changeset 929 for trunk/Common


Ignore:
Timestamp:
May 11, 2022, 12:14:42 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Removed commended out print_r and echo commands used only for debugging.
Location:
trunk/Common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Form/Types/MacAddress.php

    r887 r929  
    2424
    2525  function OnLoad(array $Item): ?string
    26   {
    27     //echo($Item['Name'].'='.$_POST[$Item['Name']].','.is_null(NULL).'<br>');
     26  {   
    2827    return strtoupper($_POST[$Item['Name']]);
    2928  }
  • trunk/Common/VCL/General.php

    r887 r929  
    33function ReadSessionVar(string $Name, bool $Persistent = true): string
    44{
    5   //echo($Name.',');
    65  $Result = '';
    76  if ($Persistent)
Note: See TracChangeset for help on using the changeset viewer.