X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-html_mail.php;h=df064c2d60bfa76cb8b497a3a45e2dce6f7555e7;hb=7f1e2ea946407ee2d90704eab52c0297fb8fca69;hp=7f983c6f1c85f62d8d882df6d851406f52f875b6;hpb=6b13c5c64eebedd56683c78d799879e0dc618b21;p=mailer.git diff --git a/inc/extensions/ext-html_mail.php b/inc/extensions/ext-html_mail.php index 7f983c6f1c..df064c2d60 100644 --- a/inc/extensions/ext-html_mail.php +++ b/inc/extensions/ext-html_mail.php @@ -8,7 +8,7 @@ * -------------------------------------------------------------------- * * Short description : HTML mails with default mail() routine * * -------------------------------------------------------------------- * - * Kurzbeschreibung : HTML-Mails mit Standart mail()-Routine * + * Kurzbeschreibung : HTML-Mails mit Standard mail()-Routine * * -------------------------------------------------------------------- * * $Revision:: $ * * $Date:: $ * @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -119,16 +119,16 @@ switch (getExtensionMode()) { case '0.1.6': // Dependency is needed for ext-registration!! (want to alter a non existent Table) - addExtensionUpdateDependency('bonus'); + addExtensionDependency('bonus'); setExtensionUpdateNotes("Abhänigkeit von der Erweiterung bonus hinzugefügt."); break; - } + } // END - switch break; 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 @@ -170,7 +170,7 @@ switch (getExtensionMode()) { default: // Unknown extension mode logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s in extension %s detected.", getExtensionMode(), getCurrentExtensionName())); break; -} // END - switc +} // END - switch // [EOF] ?>