fix typos
This commit is contained in:
parent
db137d9a7d
commit
1fda806175
@ -168,7 +168,7 @@ function get_script_contr()
|
||||
/**
|
||||
* Returns UNIQUE and PRIMARY indices
|
||||
*
|
||||
* @return array unique or primary indizes
|
||||
* @return array unique or primary indices
|
||||
*/
|
||||
function get_pk_or_unique_keys()
|
||||
{
|
||||
@ -178,7 +178,7 @@ function get_pk_or_unique_keys()
|
||||
/**
|
||||
* returns all indices
|
||||
*
|
||||
* @param bool $unique_only whether to include ony unique ones
|
||||
* @param bool $unique_only whether to include only unique ones
|
||||
*
|
||||
* @return array indices
|
||||
*/
|
||||
|
||||
@ -180,7 +180,7 @@ if ($cfgRelation['mimework'] && $GLOBALS['cfg']['BrowseMIME']) {
|
||||
);
|
||||
}
|
||||
|
||||
// workaround for field_fulltext, because its submitted indizes contain
|
||||
// workaround for field_fulltext, because its submitted indices contain
|
||||
// the index as a value, not a key. Inserted here for easier maintaineance
|
||||
// and less code to change in existing files.
|
||||
if (isset($field_fulltext) && is_array($field_fulltext)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user