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

Back to archive index

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


Index: xoops2jp/html/include/comment_delete.php
diff -u xoops2jp/html/include/comment_delete.php:1.2.8.2 xoops2jp/html/include/comment_delete.php:1.2.8.3
--- xoops2jp/html/include/comment_delete.php:1.2.8.2	Thu Jul 20 17:17:15 2006
+++ xoops2jp/html/include/comment_delete.php	Wed Aug  9 18:31:59 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: comment_delete.php,v 1.2.8.2 2006/07/20 08:17:15 minahito Exp $
+// $Id: comment_delete.php,v 1.2.8.3 2006/08/09 09:31:59 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -89,7 +89,7 @@
 } else {
     if (!$xoopsUser->isAdmin($com_modid)) {
         $sysperm_handler =& xoops_gethandler('groupperm');
-        if (!$sysperm_handler->checkRight('system_admin', XOOPS_SYSTEM_COMMENT, $xoopsUser->getGroups())) {
+        if (!$sysperm_handler->checkRight('system_admin', LEGACY_SYSTEM_COMMENT, $xoopsUser->getGroups())) {
             $accesserror = true;
         }
     }


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