From 3d1b35b8c9f12ffb4fe244379a512877d7c2d37a Mon Sep 17 00:00:00 2001 From: patdenice Date: Fri, 3 Oct 2008 09:55:14 +0000 Subject: - 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 --- admin/include/functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/include') 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 = ' -- cgit v1.2.3