Rewrites/fixes for handling config entries in SQLs
[mailer.git] / inc / code-functions.php
index aa612db0d9b5682d8d266d273b4cb7c56595aa1c..4f4156fe351c21beccfb1dbc8d926986c0c80cfe 100644 (file)
@@ -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