Changeset 2920

Show
Ignore:
Timestamp:
12/03/08 23:56:24 (4 years ago)
Author:
plg
Message:

merge r2918 from branch 2.0 to trunk

bug 905 fixed: avoid PHP notice when rank is implicit in the categories
parameter of the pwg.images.add web API method.

Files:
1 modified

Legend:

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

    r2919 r2920  
    15751575  foreach ($tokens as $token) 
    15761576  { 
    1577     list($cat_id, $rank) = explode(',', $token); 
     1577    @list($cat_id, $rank) = explode(',', $token); 
    15781578 
    15791579    array_push($cat_ids, $cat_id);