summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-17 08:20:29 +0100
committerAndrew Dolgov <[email protected]>2005-11-17 08:20:29 +0100
commit7268adf7bd4045643e7a4085263e9b80c062b24c (patch)
treec7e08c6d48907b2e32e9e686d69fef0413693e9f /backend.php
parentb1895692268f3500b473b63d236e0fd1c427972f (diff)
reset $lnum on section change in prefs editor
Diffstat (limited to 'backend.php')
-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";