From: Roland Häder Date: Wed, 4 Mar 2009 20:35:30 +0000 (+0000) Subject: ->['month_descr'], fix in registration page X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=d32a5a6c4e9287611853e7187a5d6d1b05794bdb ->['month_descr'], fix in registration page --- diff --git a/inc/databases.php b/inc/databases.php index 40d8bd35c8..105db9ec14 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -98,7 +98,7 @@ define('SERVER_URL', "http://www.mxchange.org"); // Current SVN revision //define('CURR_SVN_REVISION', getActualVersion(0)); -define('CURR_SVN_REVISION', "825"); +define('CURR_SVN_REVISION', "826"); define('CURR_SVN_DATE' , getActualVersion(1)); define('CURR_SVN_VERSION' , getActualVersion(2)); diff --git a/inc/functions.php b/inc/functions.php index 58eeca9c43..1465d609d1 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1108,7 +1108,6 @@ function array_pk_sort (&$array, $a_sort, $primary_key = 0, $order = -1, $nums = // function ADD_SELECTION ($type, $DEFAULT, $prefix="", $id="0") { - global $MONTH_DESCR; $OUT = ""; if ($type == "yn") { @@ -1133,7 +1132,7 @@ function ADD_SELECTION ($type, $DEFAULT, $prefix="", $id="0") { break; case "month": // Month - foreach ($MONTH_DESCR as $month => $descr) { + foreach ($GLOBALS['month_descr'] as $month => $descr) { $OUT .= "