From d0f215731db408a463257789d9497b20a4d26bab Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 23 Feb 2010 14:38:38 +0000 Subject: feature 1453 added: ability to check for uniqueness on filename. No change on the default behavior: uniqueness is set on md5sum. git-svn-id: http://piwigo.org/svn/branches/2.0@4953 68402e56-0260-453c-a942-63ccdbb3a9ee --- ws.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ws.php') diff --git a/ws.php b/ws.php index 11fce7aa3..6e73d4c89 100644 --- a/ws.php +++ b/ws.php @@ -257,7 +257,8 @@ function ws_addDefaultMethods( $arr ) 'pwg.images.exist', 'ws_images_exist', array( - 'md5sum_list'=> array(), + 'md5sum_list'=> array('default' => null), + 'filename_list' => array('default' => null), ), 'check existence of a photo list' ); -- cgit v1.2.3