Show
Ignore:
Timestamp:
01/17/12 01:17:39 (4 months ago)
Author:
plg
Message:

feature 2548 (multiple size): better delete derivatives in add_uploaded_file
function when performing an update of a photo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions.inc.php

    r12906 r12907  
    17561756    $image['md5sum'] // we force the md5sum to remain the same 
    17571757    ); 
    1758  
    1759   include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); 
    1760   delete_element_derivatives($params['image_id']); 
    17611758} 
    17621759