[xoops-cvslog 1415] CVS update: xoops2jp/html/kernel

Back to archive index

Minahito minah****@users*****
2005年 12月 26日 (月) 21:17:44 JST


Index: xoops2jp/html/kernel/group.php
diff -u xoops2jp/html/kernel/group.php:1.2.8.2 xoops2jp/html/kernel/group.php:1.2.8.3
--- xoops2jp/html/kernel/group.php:1.2.8.2	Sun Dec 25 16:49:29 2005
+++ xoops2jp/html/kernel/group.php	Mon Dec 26 21:17:44 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: group.php,v 1.2.8.2 2005/12/25 07:49:29 minahito Exp $
+// $Id: group.php,v 1.2.8.3 2005/12/26 12:17:44 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -82,6 +82,9 @@
         if ($isNew) {
             $group->setNew();
         }
+
+        $group->setVar('group_type', 'User');
+
         return $group;
     }
 


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