Project

General

Profile

Feature #17264 » 0005530_v2.patch

Administrator Admin, 2007-11-24 15:08

View differences:

t3lib/class.t3lib_tcemain.php (Arbeitskopie)
$this->dbAnalysisStoreExec();
$this->removeRegisteredFiles();
/*
* Hook: processDatamap_afterAllOperations
*
* Note: When this hook gets called, all operations on the submitted data have been finished.
*/
foreach($hookObjectsArr as $hookObj) {
if (method_exists($hookObj, 'processDatamap_afterAllOperations')) {
$hookObj->processDatamap_afterAllOperations($this);
}
}
}
/**
(3-3/4)