Changeset 2918


Ignore:
Timestamp:
Dec 3, 2008, 12:40:51 AM (15 years ago)
Author:
plg
Message:

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
  • branches/2.0/include/ws_functions.inc.php

    r2916 r2918  
    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.