Changeset 10160 for trunk/include


Ignore:
Timestamp:
Apr 8, 2011, 12:51:54 PM (13 years ago)
Author:
mistic100
Message:

bug:1791 update webservices upload methods

File:
1 edited

Legend:

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

    r10061 r10160  
    12471247  {
    12481248    $update['high_filesize'] = $infos['filesize'];
     1249    $update['high_width'] = $infos['width'];
     1250    $update['high_height'] = $infos['height'];
    12491251    $update['has_high'] = 'true';
    12501252  }
     
    13751377    $insert['has_high'] = 'true';
    13761378    $insert['high_filesize'] = $high_infos['filesize'];
     1379    $insert['high_width'] = $high_infos['width'];
     1380    $insert['high_height'] = $high_infos['height'];
    13771381  }
    13781382
Note: See TracChangeset for help on using the changeset viewer.