Stop using each()
commit4b8b2e3eb139518ea1abd5875135bb39a9f0c187
authorLukas Fleischer <lfleischer@archlinux.org>
Sat, 12 May 2018 11:35:11 +0000 (12 13:35 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Sat, 12 May 2018 11:35:11 +0000 (12 13:35 +0200)
treea522f7fc813dcb628be43518776ae96439f070e6
parent8838490665c1bc7f682a4853be18c2b758328fb0
Stop using each()

The each() function has been deprecated as of PHP 7.2.0. Use foreach
loops instead.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
web/html/rss.php
web/html/voters.php
web/template/account_edit_form.php
web/template/account_search_results.php
web/template/pkg_comments.php
web/template/pkg_details.php
web/template/pkg_search_results.php
web/template/pkgbase_details.php
web/template/pkgreq_results.php
web/template/tu_last_votes_list.php
web/template/tu_list.php