X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fmailid_functions.php;h=63d69be84e4d569aa54ae466e549e5cd26420536;hb=9a60a71dde1189e5c922a6dd377b862d08ea8f51;hp=1fb046c1ddd54b5c69184f212fe474cf0c0fd576;hpb=5d724b137ed3673edefa17b75d3c24d4cfdb0f39;p=mailer.git diff --git a/inc/libs/mailid_functions.php b/inc/libs/mailid_functions.php index 1fb046c1dd..63d69be84e 100644 --- a/inc/libs/mailid_functions.php +++ b/inc/libs/mailid_functions.php @@ -6,19 +6,17 @@ * -------------------------------------------------------------------- * * File : mailid_functions.php * * -------------------------------------------------------------------- * - * Short description : Functions for ext- * + * Short description : Functions for ext-mailid * * -------------------------------------------------------------------- * - * Kurzbeschreibung : Funktionen fuer ext- * + * Kurzbeschreibung : Funktionen fuer ext-mailid * * -------------------------------------------------------------------- * - * $Revision:: 1793 $ * - * $Date:: 2010-05-28 18:58:31 +0200 (Fri, 28 May 2010) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: quix0r $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * + * $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 * @@ -63,7 +61,7 @@ function handleMailIdErrorCode ($errorCode) { break; default: - logDebugMessage(__FILE__, __LINE__, sprintf("Unknown status %s detected in mailid_error_redirect.", getConfig('mailid_error_redirect'))); + logDebugMessage(__FUNCTION__, __LINE__, sprintf("Unknown status %s detected in mailid_error_redirect.", getConfig('mailid_error_redirect'))); redirectToUrl('modules.php?module=index&code=' . getCode('UNKNOWN_STATUS') . '&ext=mailid'); break; } // END - switch