typo fixes
This commit is contained in:
@@ -971,7 +971,7 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) {
|
||||
}
|
||||
|
||||
// Which column types will be mapped to which Group?
|
||||
$cfg['RestricColumnTypes'] = array(
|
||||
$cfg['RestrictColumnTypes'] = array(
|
||||
'VARCHAR' => 'FUNC_CHAR',
|
||||
'TINYINT' => 'FUNC_NUMBER',
|
||||
'TEXT' => 'FUNC_CHAR',
|
||||
@@ -1000,7 +1000,7 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) {
|
||||
);
|
||||
|
||||
// Map above defined groups to any function
|
||||
$cfg['RestricFunctions'] = array(
|
||||
$cfg['RestrictFunctions'] = array(
|
||||
'FUNC_CHAR' => array(
|
||||
'ASCII',
|
||||
'CHAR',
|
||||
|
Reference in New Issue
Block a user