[TYPO3-core] RFC: bug #549

Franz Holzinger franz at fholzinger.com
Mon Feb 27 11:46:34 CET 2006


Hello Martin,

>  
>
>>Can you please explain this again?
>>You have
>>
>>DELETE FROM table where uid=345
>>
>>and then
>>
>>SELECT FROM table where uid=345
>>    
>>
>
>
>Where in the patch is a DELETE?!?
>
>
>  
>
nowhere.

But you have it in function deleteRecord 2 lines before the patch would
start in the else block of 'if ($deleteRow && !$forceHardDelete)'.


$GLOBALS['TYPO3_DB']->exec_DELETEquery($table, 'uid='.intval($uid));



Franz







More information about the TYPO3-team-core mailing list