feature 2489 added: ability to update "file" info in pwg.images.setInfo
git-svn-id: http://piwigo.org/svn/branches/2.3@12729 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
9303b10de8
commit
ae9d066d3a
2 changed files with 2 additions and 0 deletions
|
@ -2445,6 +2445,7 @@ SELECT *
|
|||
$update = array();
|
||||
|
||||
$info_columns = array(
|
||||
'file',
|
||||
'name',
|
||||
'author',
|
||||
'comment',
|
||||
|
|
1
ws.php
1
ws.php
|
@ -376,6 +376,7 @@ function ws_addDefaultMethods( $arr )
|
|||
array(
|
||||
'image_id' => array(),
|
||||
|
||||
'file' => array('default' => null),
|
||||
'name' => array('default' => null),
|
||||
'author' => array('default' => null),
|
||||
'date_creation' => array('default' => null),
|
||||
|
|
Loading…
Add table
Reference in a new issue