Changeset 12730

Show
Ignore:
Timestamp:
12/13/11 16:21:36 (18 months ago)
Author:
plg
Message:

merge r12729 from branch 2.3 to trunk

feature 2489 added: ability to update "file" info in pwg.images.setInfo

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions.inc.php

    r12728 r12730  
    24282428 
    24292429  $info_columns = array( 
     2430    'file', 
    24302431    'name', 
    24312432    'author', 
  • trunk/ws.php

    r12726 r12730  
    377377      'image_id' => array(), 
    378378 
     379      'file' => array('default' => null), 
    379380      'name' => array('default' => null), 
    380381      'author' => array('default' => null),