Ignore:
Timestamp:
Apr 14, 2007, 2:32:01 PM (17 years ago)
Author:
rub
Message:

Caddie:

Fix issue when the are not pictures attached to disassociated categories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/element_set_global.php

    r1900 r1958  
    115115    $dissociables = array_from_query($query, 'id');
    116116
     117  if (!empty($dissociables))
     118  {
    117119    $query = '
    118120DELETE
     
    122124';
    123125    pwg_query($query);
     126  }
    124127
    125128    update_category($_POST['dissociate']);
Note: See TracChangeset for help on using the changeset viewer.