Some required global statements added
authorRoland Häder <roland@mxchange.org>
Mon, 22 Dec 2008 19:30:49 +0000 (19:30 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 22 Dec 2008 19:30:49 +0000 (19:30 +0000)
inc/databases.php
inc/extensions/ext-newsletter.php

index be879c1a268f782d1b776ac5848c2593081457aa..a932b7831974c88da8563d80d75b7e5f194b0aa7 100644 (file)
@@ -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);
index 75e0e32d1ed584938a37d8b23504f6aa10bc20a7..04da646cf8c92e89b6d10c1a4022d730419f20a6 100644 (file)
@@ -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",