/[drupal]/contributions/modules/og_blueprints/og_blueprints.module
ViewVC logotype

Diff of /contributions/modules/og_blueprints/og_blueprints.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.15, Mon Sep 15 18:37:57 2008 UTC revision 1.1.2.16, Mon Sep 15 18:39:19 2008 UTC
# Line 517  class og_bundle_type_remover extends og_ Line 517  class og_bundle_type_remover extends og_
517    }    }
518    
519    private function purge() {    private function purge() {
520      $this->paint_over_it();      $this->retain();
521      db_query("DELETE FROM {og_bundle_revision} WHERE bid = %d", $this->bid);      db_query("DELETE FROM {og_bundle_revision} WHERE bid = %d", $this->bid);
522      db_query("DELETE FROM {og_blueprint} WHERE bid = %d", $this->bid);      db_query("DELETE FROM {og_blueprint} WHERE bid = %d", $this->bid);
523      db_query("DELETE FROM {og_blueprint_control} WHERE bid = %d", $this->bid);      db_query("DELETE FROM {og_blueprint_control} WHERE bid = %d", $this->bid);

Legend:
Removed from v.1.1.2.15  
changed lines
  Added in v.1.1.2.16

  ViewVC Help
Powered by ViewVC 1.1.2