fix typo
This commit is contained in:
@@ -74,7 +74,7 @@ module_load_include('inc', 'booking', 'booking.stripe');
|
|||||||
// Load the include for miscellaneous functions
|
// Load the include for miscellaneous functions
|
||||||
module_load_include('inc', 'booking', 'booking.misc');
|
module_load_include('inc', 'booking', 'booking.misc');
|
||||||
// Load the include for the extended mail system
|
// Load the include for the extended mail system
|
||||||
module_load_include('inc', 'booking', 'booking.MailSystemInferface');
|
module_load_include('inc', 'booking', 'booking.MailSystemInterface');
|
||||||
|
|
||||||
function booking_init() {
|
function booking_init() {
|
||||||
date_default_timezone_set(date_default_timezone(FALSE));
|
date_default_timezone_set(date_default_timezone(FALSE));
|
||||||
|
Reference in New Issue
Block a user