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

Merge BSF 1956:1958 into branch-1_7

Small improvement:

Random selection of pictures on notifications.

Caddie:

Fix issue when the are not pictures attached to disassociated categories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/admin/element_set_global.php

    r1900 r1959  
    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.