X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-booking.php;h=5a5d6eaae02eef71063885110a56c401038fbe2d;hp=66e93c3fc341bc302bb8142f2e689079dc801653;hb=865d8f7670c976d59d5699d72958c8c00f6af70e;hpb=88baf1e93c2245ce391024c7dcc16fc39dd09e95 diff --git a/inc/extensions/ext-booking.php b/inc/extensions/ext-booking.php index 66e93c3fc3..5a5d6eaae0 100644 --- a/inc/extensions/ext-booking.php +++ b/inc/extensions/ext-booking.php @@ -48,7 +48,7 @@ setExtensionVersionHistory(array('0.0.0', '0.0.1')); // Check extension load-mode switch (getExtensionMode()) { - case 'register': // Do stuff when installation is running + case 'setup': // Do stuff when installation is running // Configuration entries addConfigAddSql('booking_page_count', 'TINYINT(3) UNSIGNED NOT NULL DEFAULT 10'); addConfigAddSql('booking_purge', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT ' . (getOneDay() * 3));