Feature #14475
closedNew hook in class.t3lib_tcemain.php after DB ops
0%
Description
For extensions that want to synchronize records upon creation/editing of a record through tcemain, it makes sense to have a hook right after the db operations (INSERT/UPDATE) are completed.
The diff is made on the CVS-version 1.4.2
(issue imported from #M650)
Files
Updated by Michael Stucki over 19 years ago
To me it is not clear where this hook occurs.
Can you please create a new patch in the "unified" style (= with context).
Just run "diff -u" for this.
Updated by David Bruehlmeier over 19 years ago
The attached file 'class.t3lib_tcemain_1.46_hook.php' includes the hook (line 606-611), based on the CVS version 1.46. The file 'diff_1.46.txt' is a new diff based on the same file. Sorry in case diff doesn't work... I'm on a windows system and I made the patch using WinMerge.
edited on: 06.03.05 20:14
Updated by David Bruehlmeier over 19 years ago
Attached a new diff (hopefully UNIX-style this time...) with a diff for the current CVS-version 1.48 (diff_1.48.txt) and with 7 lines of context (diff_1.48_unified-7.txt)
Updated by Michael Stucki over 19 years ago
Thanks David, the patch is fine and I will confirm as soon as it has been committed to CVS.
- michael