From 7268adf7bd4045643e7a4085263e9b80c062b24c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Nov 2005 08:20:29 +0100 Subject: [PATCH] reset $lnum on section change in prefs editor --- backend.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend.php b/backend.php index e413fbafb..5d69e0f42 100644 --- a/backend.php +++ b/backend.php @@ -1597,6 +1597,8 @@ print "

$active_section

"; // print " // OptionValue"; + + $lnum = 0; } $class = ($lnum % 2) ? "even" : "odd";