diff options
author | plegall <plg@piwigo.org> | 2008-10-05 21:22:57 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-10-05 21:22:57 +0000 |
commit | b53cddbf6ae1eb70170dd8a31e3cba879929797e (patch) | |
tree | 2ccc44d984766b06f849edbaf79666ca9b4afe99 /ws.php | |
parent | 0bdc6a5dac8ee12cf630b42e4a8d6a0be4116ae2 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | ws.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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), |