]> git.wh0rd.org Git - tt-rss.git/commitdiff
reset $lnum on section change in prefs editor
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 17 Nov 2005 07:20:29 +0000 (08:20 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 17 Nov 2005 07:20:29 +0000 (08:20 +0100)
backend.php

index e413fbafb989741586f5715cd134b1695f8a58ca..5d69e0f42866984a1960ff0a5017a2fb870fe88c 100644 (file)
                                        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";