[xoops-cvslog 5367] CVS update: xoops2jp/html/modules/legacy/class

Back to archive index

Minahito minah****@users*****
2006年 10月 16日 (月) 20:15:45 JST


Index: xoops2jp/html/modules/legacy/class/group_permission.php
diff -u xoops2jp/html/modules/legacy/class/group_permission.php:1.1.2.2 xoops2jp/html/modules/legacy/class/group_permission.php:1.1.2.3
--- xoops2jp/html/modules/legacy/class/group_permission.php:1.1.2.2	Sun Oct 15 01:31:49 2006
+++ xoops2jp/html/modules/legacy/class/group_permission.php	Mon Oct 16 20:15:45 2006
@@ -30,7 +30,7 @@
 	{
 		$retRoles = array();
 		
-		$sql = "SELECT gperm_name FROM " . $this->db->prefix($this->mTable) . " WHERE gperm_modid=" . intval($mid) . " AND gperm_itemid=0 AND ";
+		$sql = "SELECT gperm_name FROM " . $this->mTable . " WHERE gperm_modid=" . intval($mid) . " AND gperm_itemid=0 AND ";
 		$groupSql = array();
 		
 		foreach ($groups as $gid) {


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