Projet

Général

Profil

Révision 5587145e

Ajouté par Assos Assos il y a presque 7 ans

Update to 7.56

Voir les différences:

drupal7/modules/aggregator/aggregator.module
455 455
      db_delete('aggregator_category')
456 456
        ->condition('cid', $edit['cid'])
457 457
        ->execute();
458
      // Remove category from feeds.
459
      db_delete('aggregator_category_feed')
460
        ->condition('cid', $edit['cid'])
461
        ->execute();
462
      // Remove category from feed items.
463
      db_delete('aggregator_category_item')
464
        ->condition('cid', $edit['cid'])
465
        ->execute();
458 466
      // Make sure there is no active block for this category.
459 467
      if (module_exists('block')) {
460 468
        db_delete('block')

Formats disponibles : Unified diff