diff options
Diffstat (limited to 'doc/en/hook/item_stored_update.bb')
-rw-r--r-- | doc/en/hook/item_stored_update.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/en/hook/item_stored_update.bb b/doc/en/hook/item_stored_update.bb deleted file mode 100644 index 4532a347c..000000000 --- a/doc/en/hook/item_stored_update.bb +++ /dev/null @@ -1,15 +0,0 @@ -[h2]item_stored_update[/h2] - -Allow addons to continue processing after an item update has been stored - -It is fed an array of type item (including terms and iconfig data). - -[code] - /** - * @hooks item_stored_update - * Called after updated item is stored in the database. - */ - call_hooks('item_stored_update',$arr); -[/code] - -see: include/items.php |