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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.