merge r27713 from branch 2.6 to trunk

feature 3014: new trigger picture_modify_before_update



git-svn-id: http://piwigo.org/svn/trunk@27714 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2014-03-12 13:35:41 +00:00
parent 5b0a3e226d
commit fadbc98259
2 changed files with 10 additions and 1 deletions
+2
View File
@@ -154,6 +154,8 @@ if (isset($_POST['submit']) and count($page['errors']) == 0)
$data{'date_creation'} = null;
}
$data = trigger_change('picture_modify_before_update', $data);
single_update(
IMAGES_TABLE,
$data,