X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fcode-functions.php;h=4f4156fe351c21beccfb1dbc8d926986c0c80cfe;hb=8fba2c387c8d589a4dd63ae1f1fc3ca8de8c95ed;hp=aa612db0d9b5682d8d266d273b4cb7c56595aa1c;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;p=mailer.git diff --git a/inc/code-functions.php b/inc/code-functions.php index aa612db0d9..4f4156fe35 100644 --- a/inc/code-functions.php +++ b/inc/code-functions.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -39,7 +40,7 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} +} // END - if // Adds a code key/value pair to $GLOBALS function addCode ($key, $value) { @@ -51,7 +52,7 @@ function getCode ($key) { // Is the key set? if (!isCodeSet($key)) { // Abort here - debug_report_bug(sprintf("%s[%s:] Code %s is not set.", + debug_report_bug(__FUNCTION__, __LINE__, sprintf("%s[%s:] Code %s is not set.", __FUNCTION__, __LINE__, $key