+2005-04-06 Michael Stucki <michael@typo3.org>
+
+ * Release of TYPO3 3.8.0beta1
+
2005-04-05 Ingmar Schlecht <ingmar@typo3.org>
* Changed the way htmlspecialchars() is applied to tag attributes on xhtmlCleaning
$this->updateDB($table,$id,$fieldArray);
}
}
+
+ // Hook: processDatamap_afterDatabaseOperations
+ foreach($hookObjectsArr as $hookObj) {
+ if (method_exists($hookObj, 'processDatamap_afterDatabaseOperations')) {
+ $hookObj->processDatamap_afterDatabaseOperations($status, $table, $id, $fieldArray, $this);
+ }
+ }
} // if ($recordAccess) {
} // if (is_array($incomingFieldArray)) {
}