[TYPO3-mvc] Fetching FEUsers related to FEUserGroup

Alex Bailey alex at lastmancoding.com
Fri Dec 10 09:48:47 CET 2010


I fix'd it by adding the following to the Typo3DbBackend.php line 546

$statement .= ' OR ' . $tableName . '.' . $operand1->getPropertyName() 
. ' LIKE \'' . $this->getPlainValue($operand2) . '\')';

This checks if the operand contains a single value.
I don't know if thats the best way to solve it right now but it works 
fine for me.
Thanks Franz for the great help would neverhave thought about looking 
there (working to long on that problem already)

Regards,

Alex




More information about the TYPO3-project-typo3v4mvc mailing list