OSDN Git Service

Modify a missing blacket, refering to http://japan.nucleuscms.org/bb/viewtopic.php...
authorsakamocchi <sakamocchi@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Sat, 29 Jan 2011 14:07:24 +0000 (14:07 +0000)
committersakamocchi <sakamocchi@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Sat, 29 Jan 2011 14:07:24 +0000 (14:07 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@1122 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/nucleus/libs/globalfunctions.php

index b9f4e5a..4d3c967 100755 (executable)
@@ -41,7 +41,7 @@ if ($CONF['debug']) {
  */\r
 \r
 if (function_exists('date_default_timezone_get')) {\r
-       if (FALSE == ($timezone = @date_default_timezone_get()) {\r
+       if (FALSE == ($timezone = @date_default_timezone_get())) {\r
                $timezone = 'UTC';\r
        }\r
 }\r