[xoops-cvslog 2581] CVS update: xoops2jp/html/modules/base/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 3月 30日 (木) 12:53:25 JST


Index: xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php:1.1.2.4 xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php:1.1.2.5
--- xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php:1.1.2.4	Wed Mar 29 00:13:49 2006
+++ xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php	Thu Mar 30 12:53:25 2006
@@ -48,11 +48,16 @@
 			}
 			unset ($module);
 		}
-
+		
+		$statusArr = array();
+		$statusHandler =& xoops_getmodulehandler('commentstatus');
+		$statusArr =& $statusHandler->getObjects();
+		
 		$render->setTemplateName("comment_list.html");
 		$render->setAttribute("objects", $this->mObjects);
 		$render->setAttribute("pageNavi", $this->mNavi);
 		$render->setAttribute("moduleArr", $moduleArr);
+		$render->setAttribute("statusArr", $statusArr);
 	}
 }
 


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