Minahito
minah****@users*****
2006年 8月 1日 (火) 19:32:01 JST
Index: xoops2jp/html/modules/base/admin/actions/ImagecategoryListAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/ImagecategoryListAction.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/actions/ImagecategoryListAction.class.php:1.1.2.2 --- xoops2jp/html/modules/base/admin/actions/ImagecategoryListAction.class.php:1.1.2.1 Tue May 9 19:20:23 2006 +++ xoops2jp/html/modules/base/admin/actions/ImagecategoryListAction.class.php Tue Aug 1 19:32:01 2006 @@ -1,4 +1,8 @@ <?php +/** + * @package Legacy + * @version $Id: ImagecategoryListAction.class.php,v 1.1.2.2 2006/08/01 10:32:01 minahito Exp $ + */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -28,7 +32,6 @@ function executeViewIndex(&$controller, &$xoopsUser, &$render) { $render->setTemplateName("imagecategory_list.html"); - #cubson::lazy_load_array('imagecategory', $this->mObjects); $render->setAttribute("objects", $this->mObjects); $render->setAttribute("pageNavi", $this->mNavi);