From 5338ef80ef30fced10333868a33718f7d98d9111 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 13 Dec 2011 14:42:54 +0000 Subject: merge r12725 from branch 2.3 to trunk feature 2533 added: ability to deactivate uniqueness check on pwg.images.add git-svn-id: http://piwigo.org/svn/trunk@12726 68402e56-0260-453c-a942-63ccdbb3a9ee --- ws.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ws.php') diff --git a/ws.php b/ws.php index 1b43cc2b5..c7781093b 100644 --- a/ws.php +++ b/ws.php @@ -241,6 +241,7 @@ function ws_addDefaultMethods( $arr ) 'maxValue' => $conf['available_permission_levels'] ), 'resize' => array('default' => false), + 'check_uniqueness' => array('default' => true), ), 'POST method only.
categories is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.' -- cgit v1.2.3