From b53cddbf6ae1eb70170dd8a31e3cba879929797e Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 5 Oct 2008 21:22:57 +0000 Subject: feature 885 added: pwg.images.add web API method now supports additional high resolution format. git-svn-id: http://piwigo.org/svn/trunk@2670 68402e56-0260-453c-a942-63ccdbb3a9ee --- ws.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ws.php') diff --git a/ws.php b/ws.php index 0c63e0fb5..6c0ce26ad 100644 --- a/ws.php +++ b/ws.php @@ -180,6 +180,8 @@ function ws_addDefaultMethods( $arr ) 'file_sum' => array(), 'thumbnail_content' => array(), 'thumbnail_sum' => array(), + 'high_content' => array('default' => null), + 'high_sum' => array('default' => null), 'name' => array('default' => null), 'author' => array('default' => null), 'date_creation' => array('default' => null), -- cgit v1.2.3