diff options
author | plegall <plg@piwigo.org> | 2010-02-19 09:19:21 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-02-19 09:19:21 +0000 |
commit | c36a3d5adc899f866a66ab7fe8740c67df8bc12e (patch) | |
tree | 88afef07c79daf65d5ae5bd9ed51ed0ad2cbd190 /ws.php | |
parent | ce326d88f3b9f8ea946a92e2225c7e628b139e3b (diff) |
feature 967: optionnaly transmit the original filename to pwg.images.add. When
transmitted, it fills the images.file column.
git-svn-id: http://piwigo.org/svn/branches/2.0@4910 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'ws.php')
-rw-r--r-- | ws.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -204,6 +204,7 @@ function ws_addDefaultMethods( $arr ) 'thumbnail_sum' => array(), 'high_sum' => array('default' => null), 'original_sum' => array(), + 'original_filename' => array('default' => null), 'name' => array('default' => null), 'author' => array('default' => null), 'date_creation' => array('default' => null), |