]> git.mxchange.org Git - mailer.git/blobdiff - inc/code-functions.php
Renamed function so it might be more understandable
[mailer.git] / inc / code-functions.php
index aa612db0d9b5682d8d266d273b4cb7c56595aa1c..bb915a55a6d53c7ad229f03da229ba301ef34e57 100644 (file)
  * $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 - 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 +38,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-}
+} // END - if
 
 // Adds a code key/value pair to $GLOBALS
 function addCode ($key, $value) {
@@ -51,7 +50,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