[xoops-cvslog 183] CVS update: xoops2jp/html/modules/newbb/admin

Back to archive index

NobuNobu nobun****@users*****
2005年 6月 19日 (日) 00:51:13 JST


Index: xoops2jp/html/modules/newbb/admin/admin_priv_forums.php
diff -u xoops2jp/html/modules/newbb/admin/admin_priv_forums.php:1.2.6.1 xoops2jp/html/modules/newbb/admin/admin_priv_forums.php:1.2.6.1.2.1
--- xoops2jp/html/modules/newbb/admin/admin_priv_forums.php:1.2.6.1	Wed Apr 20 19:04:15 2005
+++ xoops2jp/html/modules/newbb/admin/admin_priv_forums.php	Sun Jun 19 00:51:13 2005
@@ -6,7 +6,7 @@
     copyright            : (C) 2001 The phpBB Group
     email                : suppo****@phpbb*****
 
-    $Id: admin_priv_forums.php,v 1.2.6.1 2005/04/20 10:04:15 onokazu Exp $
+    $Id: admin_priv_forums.php,v 1.2.6.1.2.1 2005/06/18 15:51:13 nobunobu Exp $
  ***************************************************************************/
 
 /***************************************************************************
@@ -286,7 +286,7 @@
             {
                 $post_text = ($row['can_post']) ? "can" : "can't";
                 $post_text .= " post";
-                $post_toggle_link = XOOPS_URL."/modules/newbb/admin/admin_priv_forums.php?forum=$forum&op_userid=".$row['uid']."&op=";
+                $post_toggle_link = XOOPS_URL."/modules/newbb/admin/admin_priv_forums.php?forum=$forum&op_userid=".$row['uid']."&op=";
                 if ($row['can_post'])
                 {
                     $post_toggle_link .= "revokeuserpost";
Index: xoops2jp/html/modules/newbb/admin/index.php
diff -u xoops2jp/html/modules/newbb/admin/index.php:1.2.6.1 xoops2jp/html/modules/newbb/admin/index.php:1.2.6.1.2.1
--- xoops2jp/html/modules/newbb/admin/index.php:1.2.6.1	Fri May 27 16:59:04 2005
+++ xoops2jp/html/modules/newbb/admin/index.php	Sun Jun 19 00:51:13 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: index.php,v 1.2.6.1 2005/05/27 07:59:04 minahito Exp $
+// $Id: index.php,v 1.2.6.1.2.1 2005/06/18 15:51:13 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -43,7 +43,7 @@
 <table border="0" cellpadding="4" cellspacing="1" width="100%">
 
 <tr class='bg1' align="left">
-	<td><span class='fg2'><a href="<?php echo XOOPS_URL; ?>/modules/system/admin.php?fct=preferences&op=showmod&mod=<?php echo $xoopsModule->mid(); ?>"><?php echo _PREFERENCES; ?></a></span></td>
+	<td><span class='fg2'><a href="<?php echo XOOPS_URL; ?>/modules/system/admin.php?fct=preferences&amp;op=showmod&amp;mod=<?php echo $xoopsModule->mid(); ?>"><?php echo _PREFERENCES; ?></a></span></td>
 	<td><span class='fg2'>&nbsp;</span></td>
 </tr>
 <tr class='bg1' align="left">


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