auge8472 / My-Little-Forum-1

My Little Forum 1 is a thread based forum with additional board and nested views
GNU General Public License v2.0
6 stars 2 forks source link

Change: replace all occurences of function each #32

Closed auge8472 closed 4 years ago

auge8472 commented 4 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