From c949c153edf784925dc7685aa878358a3530b7a6 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Tue, 8 Feb 2011 14:03:18 +0100 Subject: [PATCH] fix undefined index in classic-theme Signed-off-by: Michael Kaufmann (d00p) --- admin_admins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_admins.php b/admin_admins.php index 75f3603e..e218f1a0 100644 --- a/admin_admins.php +++ b/admin_admins.php @@ -66,8 +66,8 @@ if($page == 'admins' 'email_quota_used' => $lng['customer']['email_quota'] . ' (' . $lng['panel']['used'] . ')', 'email_autoresponder' => $lng['customer']['autoresponder'], 'email_autoresponder_used' => $lng['customer']['autoresponder'] . ' (' . $lng['panel']['used'] . ')', - 'deactivated' => $lng['admin']['deactivated'] */ + 'deactivated' => $lng['admin']['deactivated'] ); $paging = new paging($userinfo, $db, TABLE_PANEL_ADMINS, $fields, $settings['panel']['paging'], $settings['panel']['natsorting']); $admins = '';