From b58d398cf20c21dd1e6f11ea510ac9b421ba0355 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 9 Apr 2012 20:17:58 +0000 Subject: [PATCH] AdminHandler: - initStruct(): add explanation what "superadmin" means https://sourceforge.net/tracker/?func=detail&aid=1865123&group_id=191583&atid=937964 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1366 a1433add-5e2c-0410-b055-b7f2511e0802 --- model/AdminHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/AdminHandler.php b/model/AdminHandler.php index cdc02d58..c2d1215e 100644 --- a/model/AdminHandler.php +++ b/model/AdminHandler.php @@ -52,7 +52,7 @@ class AdminHandler extends PFAHandler { /*select*/ 'password as password2' ), - 'superadmin' => pacol( 1, 1, 1, 'bool', 'pAdminEdit_admin_super_admin' , '' , 0 + 'superadmin' => pacol( 1, 1, 1, 'bool', 'pAdminEdit_admin_super_admin' , 'super_admin_desc' , 0 # TODO: (finally) replace the ALL domain with a column in the admin table # TODO: current status: 'superadmin' column exists and is written when storing an admin with AdminHandler, # TODO: but the superadmin status is still (additionally) stored in the domain_admins table ("ALL" dummy domain)