From 7ace92a7860d0609d3f55fba8151c2ef03a8149a Mon Sep 17 00:00:00 2001 From: Kasun Chathuranga Date: Fri, 6 Sep 2013 21:48:59 +0530 Subject: [PATCH] Grant is considered separately --- libraries/server_privileges.lib.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 2668a99524..14021813f8 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -206,11 +206,6 @@ function PMA_getTableGrantsArray() 'DROP', $GLOBALS['strPrivDescDropTbl'] ), - array( - 'Grant', - 'GRANT', - $GLOBALS['strPrivDescGrant'] - ), array( 'Index', 'INDEX',