fixes #593, delete by blocks of 100 photos, with a progress bar

This commit is contained in:
plegall
2016-12-26 23:24:29 +01:00
parent 3a8b26726f
commit e6e7465b9d
5 changed files with 122 additions and 7 deletions
+2 -1
View File
@@ -504,6 +504,7 @@ function ws_addDefaultMethods( $arr )
array(
'image_id' => array('flags'=>WS_PARAM_ACCEPT_ARRAY),
'pwg_token' => array(),
'return_details' => array('default'=>false, 'type'=>WS_TYPE_BOOL),
),
'Deletes image(s).',
$ws_functions_root . 'pwg.images.php',
@@ -1024,4 +1025,4 @@ enabled_high, registration_date, registration_date_string, registration_date_sin
);
}
?>
?>