Changeset 2920


Ignore:
Timestamp:
Dec 3, 2008, 11:56:24 PM (15 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.

File:
1 edited

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