Bug #17065 ยป patch.diff
Classes/ExtDirect/ActionHandler.php (Arbeitskopie) | ||
---|---|---|
* @todo What about reporting errors back to the ExtJS interface? /olly/
|
||
*/
|
||
public function deleteSingleRecord($table, $uid) {
|
||
$cmd[$table][$uid]['version'] = array(
|
||
'action' => 'clearWSID'
|
||
);
|
||
$cmd[$table][$uid]['delete'] = 1;
|
||
$tce = t3lib_div::makeInstance ('t3lib_TCEmain');
|
||
$tce->start(array(), $cmd);
|