Changeset 2683 for trunk/ws.php


Ignore:
Timestamp:
Oct 8, 2008, 12:01:14 AM (16 years ago)
Author:
plg
Message:

feature 889 added: pwg.images.exist check the existence of a photo in the
database based on its md5sum. (avoid failing on pwg.images.add).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r2670 r2683  
    230230    'administration method only'
    231231    );
     232
     233  $service->addMethod(
     234    'pwg.images.exist',
     235    'ws_images_exist',
     236    array(
     237      'md5sum_list'=> array(),
     238      ),
     239    'check existence of a photo list'
     240    );
    232241}
    233242
Note: See TracChangeset for help on using the changeset viewer.