Changeset 4954 for trunk/ws.php


Ignore:
Timestamp:
Feb 23, 2010, 3:41:45 PM (14 years ago)
Author:
plg
Message:

merge r4953 from branch 2.0 to trunk

feature 1453 added: ability to check for uniqueness on filename. No change on
the default behavior: uniqueness is set on md5sum.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r4911 r4954  
    258258    'ws_images_exist',
    259259    array(
    260       'md5sum_list'=> array(),
     260      'md5sum_list'=> array('default' => null),
     261      'filename_list' => array('default' => null),
    261262      ),
    262263    'check existence of a photo list'
Note: See TracChangeset for help on using the changeset viewer.