/[drupal]/contributions/modules/rsvp/rsvp_eventconnector.install
ViewVC logotype

Diff of /contributions/modules/rsvp/rsvp_eventconnector.install

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

revision 1.2.2.2, Mon Mar 9 21:51:54 2009 UTC revision 1.2.2.3, Thu Nov 5 22:36:47 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: rsvp_eventconnector.install,v 1.2.2.1 2009/02/25 22:15:27 ulf1 Exp $  // $Id: rsvp_eventconnector.install,v 1.2.2.2 2009/03/09 21:51:54 ulf1 Exp $
3    
4  /**  /**
5   * Implementation of hook_install().   * Implementation of hook_install().
# Line 42  function rsvp_eventconnector_enable() { Line 42  function rsvp_eventconnector_enable() {
42    }    }
43    else {    else {
44      variable_set(RSVP_VAR_CONNECTOR, 'event');      variable_set(RSVP_VAR_CONNECTOR, 'event');
45      variable_set(RSVP_VAR_CONTENT_TYPES, array('event' => ''));      variable_set(RSVP_VAR_CONTENT_TYPES, array('event' => 'event'));
46    }    }
47    
48  }  }

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

  ViewVC Help
Powered by ViewVC 1.1.2