X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-booking.php;h=4abbcde976875ce5d1c6c8cce07342c1bd2509f8;hb=c896ef9a33e56b7ef76341cbed10eb57e9cf7be9;hp=5fcf111a5c148375c943fa781ebb1fcac5e068c3;hpb=8268379f7f0f38f5cd605714ecd5cbfacff0e282;p=mailer.git diff --git a/inc/extensions/ext-booking.php b/inc/extensions/ext-booking.php index 5fcf111a5c..4abbcde976 100644 --- a/inc/extensions/ext-booking.php +++ b/inc/extensions/ext-booking.php @@ -1,7 +1,7 @@ idbooking_id, da id zu allgemein ist (sollte am besten überall folgen)."); break; - } + } // END - switch case 'modify': // When the extension got modified break; - case 'test': // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305. + case 'test': // For testing purposes break; case 'init': // Do stuff when extension is initialized break; default: // Unknown extension mode - DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode())); + reportBug(__FILE__, __LINE__, sprintf('Unknown extension mode %s in extension %s detected.', getExtensionMode(), getCurrentExtensionName())); break; -} +} // END - switch // [EOF] ?>