From: quix0r Date: Mon, 22 Dec 2008 19:30:49 +0000 (+0000) Subject: Some required global statements added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=223c399779cda03acd322e619e0f0f03dd888438;p=mailer.git Some required global statements added --- diff --git a/inc/databases.php b/inc/databases.php index be879c1a26..a932b78319 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -115,7 +115,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // Current SVN revision -define('CURR_SVN_REVISION', "701"); +define('CURR_SVN_REVISION', "702"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/extensions/ext-newsletter.php b/inc/extensions/ext-newsletter.php index 75e0e32d1e..04da646cf8 100644 --- a/inc/extensions/ext-newsletter.php +++ b/inc/extensions/ext-newsletter.php @@ -152,6 +152,7 @@ default: // Do stuff when extension is loaded // URL ends which are used to indentify the end of an URL or email link // Don't use these chars in links... ;-) // + global $URL_ENDS, $VALID_EMAIL_CHARS; $URL_ENDS = array( " ", "\n",