diff options
Diffstat (limited to '')
-rw-r--r-- | include/ws_functions.inc.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index 7216fc31c..895e08d9c 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -1755,9 +1755,6 @@ SELECT $params['image_id'], $image['md5sum'] // we force the md5sum to remain the same ); - - include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); - delete_element_derivatives($params['image_id']); } function ws_images_add($params, &$service) |