From: sakamocchi Date: Sun, 14 Oct 2012 04:26:12 +0000 (+0900) Subject: globalfunctions.phpのgetNucleusVersion()が365を返すよう修正 X-Git-Tag: release-3-65 X-Git-Url: http://git.sourceforge.jp/view?p=nucleus-jp%2Fnucleus-jp-ancient.git;a=commitdiff_plain;h=41dc82d4cd326bc6f9c11113018476914c6497f6 globalfunctions.phpのgetNucleusVersion()が365を返すよう修正 --- diff --git a/nucleus/libs/globalfunctions.php b/nucleus/libs/globalfunctions.php index 225e866..901c7f8 100755 --- a/nucleus/libs/globalfunctions.php +++ b/nucleus/libs/globalfunctions.php @@ -593,7 +593,7 @@ function intCookieVar($name) { * returns the currently used version (100 = 1.00, 101 = 1.01, etc...) */ function getNucleusVersion() { - return 364; + return 365; } /** @@ -2439,4 +2439,4 @@ function strftimejp($format,$timestamp = ''){ : strftime($format,$timestamp) ; } -?> \ No newline at end of file +?>