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

Back to archive index

Minahito minah****@users*****
2006年 11月 15日 (水) 13:07:58 JST


Index: xoops2jp/html/install/include/makedata.php
diff -u xoops2jp/html/install/include/makedata.php:1.1.2.6.2.3 xoops2jp/html/install/include/makedata.php:1.1.2.6.2.4
--- xoops2jp/html/install/include/makedata.php:1.1.2.6.2.3	Sun Oct 15 02:23:16 2006
+++ xoops2jp/html/install/include/makedata.php	Wed Nov 15 13:07:58 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: makedata.php,v 1.1.2.6.2.3 2006/10/14 17:23:16 minahito Exp $
+// $Id: makedata.php,v 1.1.2.6.2.4 2006/11/15 04:07:58 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -114,7 +114,7 @@
 
     $temp = md5($adminpass);
     $regdate = time();
-    $dbm->insert('users', " VALUES (1,'','".addslashes($adminname)."','".addslashes($adminmail)."','".XOOPS_URL."/','blank.gif','".$regdate."','','','',1,'','','','','".$temp."',0,0,7,5,'default','".$time_diff."',".time().",'thread',0,1,0,'','','',0)");
+    $dbm->insert('users', " VALUES (1,'','".addslashes($adminname)."','".addslashes($adminmail)."','".XOOPS_URL."/','blank.gif','".$regdate."','','','',1,'','','','','".$temp."',0,0,7,5,'cube_default','".$time_diff."',".time().",'thread',0,1,0,'','','',0)");
 
     // data for table 'groups_users_link'
 


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