From 8282ceaf962be7630c01759f7b0c0f53249584dc Mon Sep 17 00:00:00 2001 From: james Date: Thu, 23 Sep 2010 17:21:47 +0000 Subject: [PATCH] need tbody for tablesorter --- admin/user_list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/user_list.php b/admin/user_list.php index f8c42d8..0781a2f 100644 --- a/admin/user_list.php +++ b/admin/user_list.php @@ -210,6 +210,7 @@ function neweditor() echo " ".i18n("Actions").""; echo ""; echo ""; + echo ""; $tally = array(); $tally['active'] = array(); @@ -220,8 +221,7 @@ function neweditor() $tally['inactive']['complete'] = 0; $tally['inactive']['incomplete'] = 0; $tally['inactive']['na'] = 0; - while($r=mysql_fetch_assoc($q)) - { + while($r=mysql_fetch_assoc($q)) { // get the role data for this user $roleData = array(); $roleQuery = mysql_query("SELECT * FROM roles JOIN user_roles ON user_roles.roles_id = roles.id WHERE user_roles.users_id = " . $r['userid']); @@ -299,7 +299,7 @@ function neweditor() $tally[$userstate]['na']++; } } - + echo ""; echo ""; echo i18n("Note: Deleting users from this list is a permanent operation and cannot be undone. Consider editting the user and deactivating or deleting roles in their account instead.");