From: kmorimatsu Date: Tue, 23 Oct 2007 22:48:56 +0000 (+0000) Subject: typos X-Git-Tag: release-3-31-rc2~8 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0dde10a8545005dbf722a3db140ae7b9c8c584d1;p=nucleus-jp%2Fnucleus-jp-ancient.git typos git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/branches/branch-3-3@333 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- diff --git a/utf8/nucleus/libs/PLUGINADMIN.php b/utf8/nucleus/libs/PLUGINADMIN.php index fdcb2cd..5f79fb0 100755 --- a/utf8/nucleus/libs/PLUGINADMIN.php +++ b/utf8/nucleus/libs/PLUGINADMIN.php @@ -15,8 +15,8 @@ * * @license http://nucleuscms.org/license.txt GNU General Public License * @copyright Copyright (C) 2002-2007 The Nucleus Group - * @version $Id: PLUGINADMIN.php,v 1.8.2.1 2007-09-05 07:41:29 kimitake Exp $ - * $NucleusJP: PLUGINADMIN.php,v 1.8 2007/03/22 03:30:14 kmorimatsu Exp $ + * @version $Id: PLUGINADMIN.php,v 1.8.2.2 2007-10-23 22:48:56 kmorimatsu Exp $ + * $NucleusJP: PLUGINADMIN.php,v 1.8.2.1 2007/09/05 07:41:29 kimitake Exp $ */ global $HTTP_GET_VARS, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $HTTP_ENV_VARS, $HTTP_POST_FILES, $HTTP_SESSION_VARS; @@ -141,7 +141,7 @@ for (i=0;document.forms[i];i++){ else document.forms[i].action+='&'+'ticket='; continue; } - document.write('

Error occured druing automatic addition of tickets.

'); + document.write('

Error occured during automatic addition of tickets.

'); j=document.forms[i].outerHTML; while (j!=j.replace('<','<')) j=j.replace('<','<'); document.write('

'+j+'

'); diff --git a/utf8/nucleus/upgrades/upgrade3.31.php b/utf8/nucleus/upgrades/upgrade3.31.php index 75f158e..15f2576 100644 --- a/utf8/nucleus/upgrades/upgrade3.31.php +++ b/utf8/nucleus/upgrades/upgrade3.31.php @@ -26,7 +26,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 "
  • Note: The weblogs.com ping function is improved and moved into a plugin. To activate this function in v3.31, please go to plugin menu and install NP_Ping plugin. Also, NP_Ping is replacing NP_PingPong. If you have NP_PingPing installed, please also remove it.
  • "; + echo "
  • Note: The weblogs.com ping function is improved and moved into a plugin. To activate this function in v3.31, please go to plugin menu and install NP_Ping plugin. Also, NP_Ping is replacing NP_PingPong. If you have NP_PingPong installed, please also remove it.
  • "; } }