[xoops-cvslog 2393] CVS update: xoops2jp/html/modules/base/admin/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 3月 8日 (水) 23:41:36 JST


Index: xoops2jp/html/modules/base/admin/templates/comment_list.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.5
--- xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.4	Tue Feb 21 20:50:28 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_list.html	Wed Mar  8 23:41:36 2006
@@ -36,7 +36,7 @@
   <{foreach item=obj from=$objects}>
     <tr class="<{cycle values='odd,even'}>" style="text-align:center">
       <td><{$obj->getVar('com_id')}></td>
-      <td><{$obj->mModule->getVar('name')}></td>
+      <td><{$obj->getVar('name')}></td>
       <td><{$obj->getVar('com_title')}></td>
       <td><{$obj->getVar('com_created')|xoops_formattimestamp:l}></td>
       <td><{$obj->getVar('com_modified')|xoops_formattimestamp:l}></td>


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