set mail_system variable
This commit is contained in:
@@ -11,9 +11,12 @@ function booking_admin() {
|
||||
menu_rebuild();
|
||||
|
||||
//dodgy hack for testing
|
||||
variable_set('mail_system', array('default-system' => 'DefaultMailSystem', 'booking' => 'BookingMailSystem'));
|
||||
/*
|
||||
mailsystem_set(array(
|
||||
'booking' => 'BookingMailSystem',
|
||||
));
|
||||
*/
|
||||
|
||||
//create the mysql view booking_person_view if necessary
|
||||
try {
|
||||
|
Reference in New Issue
Block a user