| 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(). |
| 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 |
} |
} |