This commit is contained in:
Kasun Chathuranga 2013-08-31 14:07:05 +05:30
parent 9c14c833d9
commit 1f86a3496a

View File

@ -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']
),