diff options
author | patdenice <patdenice@piwigo.org> | 2008-10-03 09:55:14 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-10-03 09:55:14 +0000 |
commit | 3d1b35b8c9f12ffb4fe244379a512877d7c2d37a (patch) | |
tree | 8ce16f76abb505f3a3409f0f1ee57c95e89b60b2 /admin/include/functions.php | |
parent | 09e4f505556691f6300264a68c633bc88946d2ce (diff) |
- Add set_extents function in template class.
- 752: add trigger (for flipflip).
git-svn-id: http://piwigo.org/svn/trunk@2643 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/functions.php')
-rw-r--r-- | admin/include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index 8f6514d19..badd5955f 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -133,6 +133,7 @@ function delete_elements($ids) { return; } + trigger_action('begin_delete_elements', $ids); // destruction of the comments on the image $query = ' |