/[drupal]/contributions/modules/restricted_content/restricted_content.install
ViewVC logotype

Diff of /contributions/modules/restricted_content/restricted_content.install

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

revision 1.1, Sat Jan 3 03:32:37 2009 UTC revision 1.2, Sat Jan 3 04:25:12 2009 UTC
# Line 13  function restricted_content_install() { Line 13  function restricted_content_install() {
13   */   */
14  function restricted_content_uninstall() {  function restricted_content_uninstall() {
15    drupal_uninstall_schema('restricted_content');    drupal_uninstall_schema('restricted_content');
16    
17      drupal_load('module', 'restricted_content');
18      $variables = restricted_content_variables();
19      foreach ($variables as $variable) {
20        variable_del($variable);
21      }
22  }  }
23    
24  /**  /**

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2