Fix for PHP 7.3 - deprecated continue in switch
This commit is contained in:
parent
3c0ca27477
commit
7b1f6b5132
@ -321,7 +321,7 @@ class QueryRender extends PageRender {
|
|||||||
if (! $results) {
|
if (! $results) {
|
||||||
echo _('Search returned no results');
|
echo _('Search returned no results');
|
||||||
|
|
||||||
continue;
|
continue 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf('<form action="cmd.php" method="post" id="massform_%s">',$counter);
|
printf('<form action="cmd.php" method="post" id="massform_%s">',$counter);
|
||||||
|
Loading…
Reference in New Issue
Block a user