X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=euc%2Fnucleus%2Flibs%2Fglobalfunctions.php;fp=euc%2Fnucleus%2Flibs%2Fglobalfunctions.php;h=592df562bcef2e4584ef52fe452da42ae995a0a7;hb=4b5acafaa1e27ebd58dd75a5a93e531e8b920e4a;hp=1a981a8c0df195ba62dcf254885773a96d330c74;hpb=15682cea2b0a1c64626bf82d696d754b0fc03f53;p=nucleus-jp%2Fnucleus-jp-ancient.git diff --git a/euc/nucleus/libs/globalfunctions.php b/euc/nucleus/libs/globalfunctions.php index 1a981a8..592df56 100755 --- a/euc/nucleus/libs/globalfunctions.php +++ b/euc/nucleus/libs/globalfunctions.php @@ -13,14 +13,14 @@ /** * @license http://nucleuscms.org/license.txt GNU General Public License * @copyright Copyright (C) 2002-2007 The Nucleus Group - * @version $Id: globalfunctions.php,v 1.13.2.2 2008-02-04 06:11:41 kimitake Exp $ - * $NucleusJP: globalfunctions.php,v 1.23.2.6 2008/02/04 06:10:33 kimitake Exp $ + * @version $Id: globalfunctions.php,v 1.13.2.3 2008-02-05 08:30:25 kimitake Exp $ + * $NucleusJP: globalfunctions.php,v 1.13.2.2 2008/02/04 06:11:41 kimitake Exp $ */ // needed if we include globalfunctions from install.php global $nucleus, $CONF, $DIR_LIBS, $DIR_LANG, $manager, $member; -$nucleus['version'] = 'v3.31'; +$nucleus['version'] = 'v3.31SP1'; $nucleus['codename'] = ''; checkVars(array('nucleus', 'CONF', 'DIR_LIBS', 'MYSQL_HOST', 'MYSQL_USER', 'MYSQL_PASSWORD', 'MYSQL_DATABASE', 'DIR_LANG', 'DIR_PLUGINS', 'HTTP_GET_VARS', 'HTTP_POST_VARS', 'HTTP_COOKIE_VARS', 'HTTP_ENV_VARS', 'HTTP_SESSION_VARS', 'HTTP_POST_FILES', 'HTTP_SERVER_VARS', 'GLOBALS', 'argv', 'argc', '_GET', '_POST', '_COOKIE', '_ENV', '_SESSION', '_SERVER', '_FILES'));