]> git.mxchange.org Git - mailer.git/blobdiff - inc/code-functions.php
Marked some unfinished extensions as 'work-in-progress'
[mailer.git] / inc / code-functions.php
index aa612db0d9b5682d8d266d273b4cb7c56595aa1c..6670ed1cf6c5c07494969467e34d9acf7359860c 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) {