[xoops-cvslog 5146] CVS update: xoops2jp/html/install/include

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 00:38:08 JST


Index: xoops2jp/html/install/include/makedata.php
diff -u xoops2jp/html/install/include/makedata.php:1.1.2.6.2.1 xoops2jp/html/install/include/makedata.php:1.1.2.6.2.2
--- xoops2jp/html/install/include/makedata.php:1.1.2.6.2.1	Sat Oct  7 15:49:57 2006
+++ xoops2jp/html/install/include/makedata.php	Sun Oct 15 00:38:08 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: makedata.php,v 1.1.2.6.2.1 2006/10/07 06:49:57 minahito Exp $
+// $Id: makedata.php,v 1.1.2.6.2.2 2006/10/14 15:38:08 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -146,7 +146,7 @@
     $dbm->insert("group_permission", " VALUES(0,".$gruops['XOOPS_GROUP_ADMIN'].",14,1,'system_admin')");
     $dbm->insert("group_permission", " VALUES(0,".$gruops['XOOPS_GROUP_ADMIN'].",15,1,'system_admin')");
 
-    installModule($dbm, 2, "base", _MI_BASE_NAME, $language, $gruops, true);
+    installModule($dbm, 2, "base", _MI_LEGACY_NAME, $language, $gruops, true);
     $dbm->insert("group_permission", " VALUES (0, ".$gruops['XOOPS_GROUP_ADMIN'].", 2, 1, 'module_admin')");
 
     installModule($dbm, 3, "legacyRender", _MI_LEGACYRENDER_NAME, $language, $gruops, true);


xoops-cvslog メーリングリストの案内
Back to archive index