From: Andrew Dolgov Date: Thu, 17 Nov 2005 07:20:29 +0000 (+0100) Subject: reset $lnum on section change in prefs editor X-Git-Tag: schema_feature_freeze_for_1.1~267 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7268adf7bd4045643e7a4085263e9b80c062b24c;p=tt-rss.git reset $lnum on section change in prefs editor --- diff --git a/backend.php b/backend.php index e413fbaf..5d69e0f4 100644 --- a/backend.php +++ b/backend.php @@ -1597,6 +1597,8 @@ print "

$active_section

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