• R/O
  • HTTP
  • SSH
  • HTTPS

nucleus-jp-ancient: Commit

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


Commit MetaInfo

Revisãob45e428669de530457e0521b878367f0a2a52a78 (tree)
Hora2008-02-07 15:13:45
Autorkimitake <kimitake@1ca2...>
Commiterkimitake

Mensagem de Log

fixed typo _CHARSET

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/branches/branch-3-3@369 1ca29b6e-896d-4ea0-84a5-967f57386b96

Mudança Sumário

Diff

--- a/euc/nucleus/libs/ITEM.php
+++ b/euc/nucleus/libs/ITEM.php
@@ -15,8 +15,8 @@
1515 *
1616 * @license http://nucleuscms.org/license.txt GNU General Public License
1717 * @copyright Copyright (C) 2002-2007 The Nucleus Group
18- * @version $Id: ITEM.php,v 1.4.2.2 2008-02-05 08:31:16 kimitake Exp $
19- * $NucleusJP: ITEM.php,v 1.4.2.1 2008/01/29 07:05:06 kimitake Exp $
18+ * @version $Id: ITEM.php,v 1.4.2.3 2008-02-07 06:13:45 kimitake Exp $
19+ * $NucleusJP: ITEM.php,v 1.4.2.2 2008/02/05 08:31:16 kimitake Exp $
2020 */
2121 class ITEM {
2222
@@ -357,7 +357,7 @@ class ITEM {
357357 $i_title = postVar('title');
358358 $i_more = postVar('more');
359359
360- if(_CHERSET != 'UTF-8'){
360+ if(_CHARSET != 'UTF-8'){
361361 $i_body = mb_convert_encoding($i_body, _CHARSET, "UTF-8");
362362 $i_title = mb_convert_encoding($i_title, _CHARSET, "UTF-8");
363363 $i_more = mb_convert_encoding($i_more, _CHARSET, "UTF-8");
--- a/utf8/nucleus/libs/ITEM.php
+++ b/utf8/nucleus/libs/ITEM.php
@@ -15,8 +15,8 @@
1515 *
1616 * @license http://nucleuscms.org/license.txt GNU General Public License
1717 * @copyright Copyright (C) 2002-2007 The Nucleus Group
18- * @version $Id: ITEM.php,v 1.7.2.2 2008-02-05 08:31:44 kimitake Exp $
19- * $NucleusJP: ITEM.php,v 1.7.2.1 2007/09/05 06:21:17 kimitake Exp $
18+ * @version $Id: ITEM.php,v 1.7.2.3 2008-02-07 06:13:30 kimitake Exp $
19+ * $NucleusJP: ITEM.php,v 1.7.2.2 2008/02/05 08:31:44 kimitake Exp $
2020 */
2121 class ITEM {
2222
@@ -357,7 +357,7 @@ class ITEM {
357357 $i_title = postVar('title');
358358 $i_more = postVar('more');
359359
360- if(_CHERSET != 'UTF-8'){
360+ if(_CHARSET != 'UTF-8'){
361361 $i_body = mb_convert_encoding($i_body, _CHARSET, "UTF-8");
362362 $i_title = mb_convert_encoding($i_title, _CHARSET, "UTF-8");
363363 $i_more = mb_convert_encoding($i_more, _CHARSET, "UTF-8");
Show on old repository browser