Fix typo
This commit is contained in:
parent
9c14c833d9
commit
1f86a3496a
@ -217,12 +217,12 @@ function PMA_getTableGrantsArray()
|
||||
$GLOBALS['strPrivDescAlter']
|
||||
),
|
||||
array(
|
||||
'Create view',
|
||||
'Create View',
|
||||
'CREATE_VIEW',
|
||||
$GLOBALS['strPrivDescCreateView']
|
||||
),
|
||||
array(
|
||||
'Show viwew',
|
||||
'Show view',
|
||||
'SHOW_VIEW',
|
||||
$GLOBALS['strPrivDescShowView']
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user