typo fixes

This commit is contained in:
Robin Johnson
2003-03-14 10:15:21 +00:00
parent 886332d614
commit 30c81059d5
4 changed files with 14 additions and 8 deletions

View File

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