summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index e413fbafb..5d69e0f42 100644
--- a/backend.php
+++ b/backend.php
@@ -1597,6 +1597,8 @@
print "<tr><td colspan=\"3\"><h3>$active_section</h3></td></tr>";
// print "<tr class=\"title\">
// <td width=\"25%\">Option</td><td>Value</td></tr>";
+
+ $lnum = 0;
}
$class = ($lnum % 2) ? "even" : "odd";