Incorporate changes made for old version 5.2.4.1

This commit is contained in:
2026-02-10 15:01:05 -05:00
parent 45b432fb72
commit 3a0cf99432
8 changed files with 33 additions and 9 deletions

View File

@@ -589,9 +589,11 @@ if (!$print) {
$flagsperline=8;
$flagcount=1;
while ($flagcheckbox=mysqli_fetch_assoc($flagslist)) {
if (in_array($flagcheckbox["flagid"],$srchflags)) {
printf("<font color=\"%s\">%s</font>",
$flagcheckbox["flagcolor"],$flagcheckbox["flagsym"]);
if ($srchflags) {
if (in_array($flagcheckbox["flagid"],$srchflags)) {
printf("<font color=\"%s\">%s</font>",
$flagcheckbox["flagcolor"],$flagcheckbox["flagsym"]);
}
}
if ($flagcount<$flagsperline) {
echo "&nbsp;&nbsp;&nbsp;";