X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mailid_top.php;h=3fa788bd4b65fbd3e3dd346b6904693d12cd70df;hb=8b1b9246ccc58685d2ce49b84b8313c94a22aa16;hp=7e63705eaaf9c70ef6a08ea63075c5fcecc8b25e;hpb=f74581eca45c393033acfd9d7798b958031bc625;p=mailer.git diff --git a/mailid_top.php b/mailid_top.php index 7e63705eaa..3fa788bd4b 100644 --- a/mailid_top.php +++ b/mailid_top.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Bestaetigung von Mails * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $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 * @@ -49,7 +54,7 @@ if (isInstalled()) { // Is the extension active if (!EXT_IS_ACTIVE("mailid", true)) { // Is not activated/installed yet! - addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "mailid"); + addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "mailid"); } // END - if // Secure all data @@ -162,7 +167,7 @@ if (isInstalled()) { if (($time > 0) && ($payment > 0)) { if (!empty($code)) { // Generate code - $img_code = GEN_RANDOM_CODE(getConfig('code_length'), $code, $url_uid, $DATA); + $img_code = generateRandomCodde(getConfig('code_length'), $code, $url_uid, $DATA); } // END - if switch ($mode) { @@ -358,4 +363,7 @@ if (isInstalled()) { } // Really all done here... ;-) +shutdown(); + +// ?>