Minahito
minah****@users*****
2006年 10月 15日 (日) 16:04:17 JST
Index: xoops2jp/html/modules/legacy/class/imagecategory.php diff -u xoops2jp/html/modules/legacy/class/imagecategory.php:1.1.2.2 xoops2jp/html/modules/legacy/class/imagecategory.php:1.1.2.3 --- xoops2jp/html/modules/legacy/class/imagecategory.php:1.1.2.2 Sun Oct 15 01:33:33 2006 +++ xoops2jp/html/modules/legacy/class/imagecategory.php Sun Oct 15 16:04:17 2006 @@ -225,7 +225,7 @@ function delete(&$obj, $force = false) { $handler =& xoops_getmodulehandler('image', 'legacy'); - $handler->deleteAll(new Criteria('imagecat_id', $obj->get('imagecat_id'))); + $handler->deleteAll(new Criteria('imgcat_id', $obj->get('imagecat_id'))); unset($handler); $handler =& xoops_gethandler('groupperm');