Ignore:
Timestamp:
Mar 14, 2023 6:24:45 PM (14 months ago)
Author:
anonymous
Message:

Add App::unsetCookie(). Quench some PHP 8 depreciation notices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Utilities.inc.php

    r783 r785  
    230230{
    231231    $app =& App::getInstance();
     232
     233    if ('' == $text) {
     234        return '';
     235    }
    232236
    233237    $search = array();
Note: See TracChangeset for help on using the changeset viewer.