[xoops-cvslog 5335] CVS update: xoops2jp/html/modules/legacy/class

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 16:08:31 JST


Index: xoops2jp/html/modules/legacy/class/imagecategory.php
diff -u xoops2jp/html/modules/legacy/class/imagecategory.php:1.1.2.3 xoops2jp/html/modules/legacy/class/imagecategory.php:1.1.2.4
--- xoops2jp/html/modules/legacy/class/imagecategory.php:1.1.2.3	Sun Oct 15 16:04:17 2006
+++ xoops2jp/html/modules/legacy/class/imagecategory.php	Sun Oct 15 16:08:31 2006
@@ -225,7 +225,7 @@
 	function delete(&$obj, $force = false)
 	{
 		$handler =& xoops_getmodulehandler('image', 'legacy');
-		$handler->deleteAll(new Criteria('imgcat_id', $obj->get('imagecat_id')));
+		$handler->deleteAll(new Criteria('imgcat_id', $obj->get('imgcat_id')));
 		unset($handler);
 	
 		$handler =& xoops_gethandler('groupperm');


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