[TYPO3-core] RFC: Fix (part of) #7589: FULLTEXT keys are not processed correctly
Moreno Feltscher
moreno.feltscher at gmail.com
Thu Feb 28 12:46:28 CET 2008
> Another thing: are you sure this is correct:
> -$key = str_replace('`', '', $parts[0]);
> +// Field definition
> +$key = $parts[0];
> $total[$table]['fields'][$key] = $parts[1];
>
> You keep backticks around field name. Same thing several line below in the patch. Not sure if it is a problem. Likely not.
I think especially with dbal this is a problem.
Otherwise +1 on reading if you remove these backticks.
More information about the TYPO3-team-core
mailing list