Closed auge8472 closed 5 years ago
This is because function each got deprecated with PHP 7.2. The construct while(list() = each()) got replaced by a foreach loop.
See also the discussion in ilosuna/mylittleforum#409 and corresponding PR ilosuna/mylittleforum#410
This is because function each got deprecated with PHP 7.2. The construct while(list() = each()) got replaced by a foreach loop.
See also the discussion in ilosuna/mylittleforum#409 and corresponding PR ilosuna/mylittleforum#410