[xoops-cvslog 4072] CVS update: xoops2jp/html/class/xoopsform

Back to archive index

Minahito minah****@users*****
2006年 8月 9日 (水) 18:48:10 JST


Index: xoops2jp/html/class/xoopsform/grouppermform.php
diff -u xoops2jp/html/class/xoopsform/grouppermform.php:1.2 xoops2jp/html/class/xoopsform/grouppermform.php:1.2.8.1
--- xoops2jp/html/class/xoopsform/grouppermform.php:1.2	Fri Mar 18 21:51:55 2005
+++ xoops2jp/html/class/xoopsform/grouppermform.php	Wed Aug  9 18:48:10 2006
@@ -1,5 +1,5 @@
 <?php 
-// $Id: grouppermform.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $
+// $Id: grouppermform.php,v 1.2.8.1 2006/08/09 09:48:10 minahito Exp $
 // ------------------------------------------------------------------------ //
 // XOOPS - PHP Content Management System                      //
 // Copyright (c) 2000-2003 XOOPS.org                           //
@@ -74,7 +74,7 @@
      */
     function XoopsGroupPermForm($title, $modid, $permname, $permdesc, $url = "")
     {
-        $this->XoopsForm($title, 'groupperm_form', XOOPS_URL . '/modules/system/admin/groupperm.php', 'post');
+        $this->XoopsForm($title, 'groupperm_form', XOOPS_URL . '/modules/base/include/groupperm.php', 'post');
         $this->_modid = intval($modid);
         $this->_permName = $permname;
         $this->_permDesc = $permdesc;


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