Minahito
minah****@users*****
2006年 4月 24日 (月) 19:58:21 JST
Index: xoops2jp/html/modules/legacyRender/admin/actions/BannerclientListAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/BannerclientListAction.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/actions/BannerclientListAction.class.php:1.1.2.2 --- xoops2jp/html/modules/legacyRender/admin/actions/BannerclientListAction.class.php:1.1.2.1 Mon Apr 24 16:30:10 2006 +++ xoops2jp/html/modules/legacyRender/admin/actions/BannerclientListAction.class.php Mon Apr 24 19:58:21 2006 @@ -29,8 +29,8 @@ { $render->setTemplateName("bannerclient_list.html"); foreach (array_keys($this->mObjects) as $key) { - $this->mObjects[$key]->loadBanner(); - $this->mObjects[$key]->loadBannerfinish(); + $this->mObjects[$key]->loadBannerCount(); + $this->mObjects[$key]->loadFinishBannerCount(); } $render->setAttribute("objects", $this->mObjects); $render->setAttribute("pageNavi", $this->mNavi);