• R/O
  • HTTP
  • SSH
  • HTTPS

nucleus-jp-ancient: Commit

Nucleus CMS日本語版SVNをgit-svnしたもの。リポジトリの変換作業用


Commit MetaInfo

Revision41dc82d4cd326bc6f9c11113018476914c6497f6 (tree)
Time2012-10-14 13:26:12
Authorsakamocchi <o-takashi@saka...>
Commitersakamocchi

Log Message

globalfunctions.phpのgetNucleusVersion()が365を返すよう修正

Change Summary

Incremental Difference

--- a/nucleus/libs/globalfunctions.php
+++ b/nucleus/libs/globalfunctions.php
@@ -593,7 +593,7 @@ function intCookieVar($name) {
593593 * returns the currently used version (100 = 1.00, 101 = 1.01, etc...)
594594 */
595595 function getNucleusVersion() {
596- return 364;
596+ return 365;
597597 }
598598
599599 /**
@@ -2439,4 +2439,4 @@ function strftimejp($format,$timestamp = ''){
24392439 : strftime($format,$timestamp)
24402440 ;
24412441 }
2442-?>
\ No newline at end of file
2442+?>
Show on old repository browser