X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fextensions%2Fext-doubler.php;h=fadc09b3f620cb03e147d70d48500c78ad62b7c1;hb=84efa4a5cec3298639f2922672fa7407718ad758;hp=7168680756b3354fc7463d895e4abce023293857;hpb=1573ab55476ee1a840d4e168feca084b76ec1710;p=mailer.git diff --git a/inc/extensions/ext-doubler.php b/inc/extensions/ext-doubler.php index 7168680756..fadc09b3f6 100644 --- a/inc/extensions/ext-doubler.php +++ b/inc/extensions/ext-doubler.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Punkte verdoppeln * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -231,11 +236,14 @@ case "update": // Update an extension } 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. break; default: // Do stuff when extension is loaded - if ((isBooleanConstantAndTrue('__DAILY_RESET')) && (getConfig('doubler_send_mode') == "RESET")) { + if ((isResetModeEnabled()) && (getConfig('doubler_send_mode') == "RESET")) { // So let's check for points $INC_POOL[] = sprintf("%sinc/doubler_send.php", constant('PATH')); }