From 8d090a910b7e2d4d1b26e734c09eaa773b853804 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 4 May 2013 12:01:53 +0400 Subject: use css nth-child instead of old even/odd class hacks for normal mode --- classes/pref/prefs.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes/pref/prefs.php') diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index 45715488a..ba83a9900 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -1041,8 +1041,6 @@ class Pref_Prefs extends Handler_Protected { while ($line = $this->dbh->fetch_assoc($result)) { - $class = ($lnum % 2) ? "even" : "odd"; - $profile_id = $line["id"]; $this_row_id = "id=\"FCATR-$profile_id\""; -- cgit v1.2.3