diff --git a/backend.php b/backend.php index 2a488e88a..ed497f471 100644 --- a/backend.php +++ b/backend.php @@ -1573,10 +1573,16 @@ while ($line = db_fetch_assoc($result)) { if ($active_section != $line["section_name"]) { - $active_section = $line["section_name"]; + + if ($active_section != "") { + print "

"; + } + + $active_section = $line["section_name"]; + print ""; - print " - "; +// print " +// "; } $class = ($lnum % 2) ? "even" : "odd";

$active_section

OptionValue
OptionValue