OSDN Git Service

changed file encording to UTF-8
authorkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Mon, 4 Feb 2008 07:05:36 +0000 (07:05 +0000)
committerkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Mon, 4 Feb 2008 07:05:36 +0000 (07:05 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/branches/branch-3-3@363 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/nucleus/upgrades/upgrade3.31.php

index d541442..0ba7a53 100644 (file)
@@ -12,7 +12,7 @@
 /**
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2007 The Nucleus Group
- * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ * $NucleusJP: upgrade3.31.php,v 1.1.2.3 2007/10/24 05:39:16 kimitake Exp $
  *
  */
 
@@ -43,7 +43,7 @@ function upgrade_do331() {
        $query = "SELECT bsendping FROM " . sql_table('blog') . " WHERE bsendping='1'"; 
        $res = mysql_query($query);
        if (mysql_num_rows($res) > 0) {
-               echo "<li>¥á¥â: weblogs.com ping µ¡Ç½¤¬¸þ¾å¤·¥×¥é¥°¥¤¥ó²½¤µ¤ì¤Þ¤·¤¿¡£¤³¤Îµ¡Ç½¤òÍ­¸ú²½¤¹¤ë¤Ë¤Ï¡¢¥×¥é¥°¥¤¥ó¤Î´ÉÍý¥á¥Ë¥å¡¼¤ò³«¤­¡¢NP_Ping ¥×¥é¥°¥¤¥ó¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿ NP_Ping ¤Ï NP_PingPong ¤òÃÖ¤­´¹¤¨¤ë¤â¤Î¤Ç¤¹¡£¤â¤·¤¹¤Ç¤Ë NP_PingPong ¤ò¥¤¥ó¥¹¥È¡¼¥ëºÑ¤ß¤Ç¤¢¤ì¤Ðºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£</li>";
+               echo "<li>メモ: weblogs.com ping 機能が向上しプラグイン化されました。この機能を有効化するには、プラグインの管理メニューを開き、NP_Ping プラグインをインストールしてください。また NP_Ping は NP_PingPong を置き換えるものです。もしすでに NP_PingPong をインストール済みであれば削除してください。</li>";
        }
 }