From 650bc4350f0b23e1749b871488bb8069ac9fcca9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Nov 2005 11:24:34 +0100 Subject: Advanced section in preferences, tweak pref editor look --- backend.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 61b9bab5c..956ff2e46 100644 --- a/backend.php +++ b/backend.php @@ -1578,7 +1578,7 @@ FROM ttrss_prefs,ttrss_prefs_types,ttrss_prefs_sections WHERE type_id = ttrss_prefs_types.id AND section_id = ttrss_prefs_sections.id - ORDER BY section_name,short_desc"); + ORDER BY section_id,short_desc"); print "
"; @@ -1605,9 +1605,9 @@ $lnum = 0; } - $class = ($lnum % 2) ? "even" : "odd"; +// $class = ($lnum % 2) ? "even" : "odd"; - print ""; + print ""; $type_name = $line["type_name"]; $pref_name = $line["pref_name"]; -- cgit v1.2.3