X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fcode-functions.php;h=6670ed1cf6c5c07494969467e34d9acf7359860c;hb=0715fa7aa8e5e70bcf1d957fb09ae655c3896c4e;hp=aa612db0d9b5682d8d266d273b4cb7c56595aa1c;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/code-functions.php b/inc/code-functions.php index aa612db0d9..6670ed1cf6 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) {