Minahito
minah****@users*****
2006年 8月 17日 (木) 18:09:52 JST
Index: xoops2jp/html/modules/pm/xoops_version.php diff -u xoops2jp/html/modules/pm/xoops_version.php:1.1.2.15 xoops2jp/html/modules/pm/xoops_version.php:1.1.2.16 --- xoops2jp/html/modules/pm/xoops_version.php:1.1.2.15 Wed Aug 9 18:36:04 2006 +++ xoops2jp/html/modules/pm/xoops_version.php Thu Aug 17 18:09:51 2006 @@ -1,5 +1,5 @@ <?php -// $Id: xoops_version.php,v 1.1.2.15 2006/08/09 09:36:04 minahito Exp $ +// $Id: xoops_version.php,v 1.1.2.16 2006/08/17 09:09:51 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -46,7 +46,6 @@ $modversion['installer']['image'] = "images/pm_splash.gif"; $modversion['installer']['description'][] = _MI_PM_DESC_INSTALLER_1; $modversion['installer']['description'][] = _MI_PM_DESC_INSTALLER_2; -$modversion['installer']['description'][] = _MI_PM_DESC_INSTALLER_3; $modversion['installer']['licence']['title'] = _MI_PM_LANG_GPL; $modversion['installer']['licence']['file'] = "licence.txt"; Index: xoops2jp/html/modules/pm/pmlite.php diff -u xoops2jp/html/modules/pm/pmlite.php:1.1.2.4 xoops2jp/html/modules/pm/pmlite.php:1.1.2.5 --- xoops2jp/html/modules/pm/pmlite.php:1.1.2.4 Tue Jul 4 18:49:00 2006 +++ xoops2jp/html/modules/pm/pmlite.php Thu Aug 17 18:09:51 2006 @@ -1,7 +1,7 @@ <?php /** - * @package Pm - * @version $Id: pmlite.php,v 1.1.2.4 2006/07/04 09:49:00 minahito Exp $ + * @package pm + * @version $Id: pmlite.php,v 1.1.2.5 2006/08/17 09:09:51 minahito Exp $ */ require_once "../../mainfile.php"; Index: xoops2jp/html/modules/pm/index.php diff -u xoops2jp/html/modules/pm/index.php:1.1.2.3 xoops2jp/html/modules/pm/index.php:1.1.2.4 --- xoops2jp/html/modules/pm/index.php:1.1.2.3 Tue Jul 4 18:49:00 2006 +++ xoops2jp/html/modules/pm/index.php Thu Aug 17 18:09:51 2006 @@ -1,7 +1,7 @@ <?php /** - * @package Pm - * @version $Id: index.php,v 1.1.2.3 2006/07/04 09:49:00 minahito Exp $ + * @package pm + * @version $Id: index.php,v 1.1.2.4 2006/08/17 09:09:51 minahito Exp $ */ require_once "../../mainfile.php";