Changeset 12730


Ignore:
Timestamp:
Dec 13, 2011, 4:21:36 PM (12 years 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 edited

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),
Note: See TracChangeset for help on using the changeset viewer.