Nucleus CMS日本語版SVNをgit-svnしたもの。リポジトリの変換作業用
Revisão | b45e428669de530457e0521b878367f0a2a52a78 (tree) |
---|---|
Hora | 2008-02-07 15:13:45 |
Autor | kimitake <kimitake@1ca2...> |
Commiter | kimitake |
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
@@ -15,8 +15,8 @@ | ||
15 | 15 | * |
16 | 16 | * @license http://nucleuscms.org/license.txt GNU General Public License |
17 | 17 | * @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 $ | |
20 | 20 | */ |
21 | 21 | class ITEM { |
22 | 22 |
@@ -357,7 +357,7 @@ class ITEM { | ||
357 | 357 | $i_title = postVar('title'); |
358 | 358 | $i_more = postVar('more'); |
359 | 359 | |
360 | - if(_CHERSET != 'UTF-8'){ | |
360 | + if(_CHARSET != 'UTF-8'){ | |
361 | 361 | $i_body = mb_convert_encoding($i_body, _CHARSET, "UTF-8"); |
362 | 362 | $i_title = mb_convert_encoding($i_title, _CHARSET, "UTF-8"); |
363 | 363 | $i_more = mb_convert_encoding($i_more, _CHARSET, "UTF-8"); |
@@ -15,8 +15,8 @@ | ||
15 | 15 | * |
16 | 16 | * @license http://nucleuscms.org/license.txt GNU General Public License |
17 | 17 | * @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 $ | |
20 | 20 | */ |
21 | 21 | class ITEM { |
22 | 22 |
@@ -357,7 +357,7 @@ class ITEM { | ||
357 | 357 | $i_title = postVar('title'); |
358 | 358 | $i_more = postVar('more'); |
359 | 359 | |
360 | - if(_CHERSET != 'UTF-8'){ | |
360 | + if(_CHARSET != 'UTF-8'){ | |
361 | 361 | $i_body = mb_convert_encoding($i_body, _CHARSET, "UTF-8"); |
362 | 362 | $i_title = mb_convert_encoding($i_title, _CHARSET, "UTF-8"); |
363 | 363 | $i_more = mb_convert_encoding($i_more, _CHARSET, "UTF-8"); |