Minahito
minah****@users*****
2007年 4月 17日 (火) 18:04:43 JST
Index: xoops2jp/html/modules/legacy/kernel/handler.php diff -u xoops2jp/html/modules/legacy/kernel/handler.php:1.1.2.4.2.3 xoops2jp/html/modules/legacy/kernel/handler.php:1.1.2.4.2.4 --- xoops2jp/html/modules/legacy/kernel/handler.php:1.1.2.4.2.3 Wed Mar 14 20:02:54 2007 +++ xoops2jp/html/modules/legacy/kernel/handler.php Tue Apr 17 18:04:43 2007 @@ -1,13 +1,11 @@ <?php /** * @package Legacy - * @version $Id: handler.php,v 1.1.2.4.2.3 2007/03/14 11:02:54 minahito Exp $ + * @version $Id: handler.php,v 1.1.2.4.2.4 2007/04/17 09:04:43 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); -require_once XOOPS_ROOT_PATH . "/modules/legacy/kernel/criteria.class.php"; - /** * NOTE: This class has only one primary key and one table. */ @@ -362,21 +360,5 @@ return $flag; } - - /** - * Create criteria object for this handler, and return it. - * - * @access public - * @return Object Legacy_Criteria - */ - function &createCriteria() - { - if ($this->_mDummyObj == null) { - $this->_mDummyObj =& $this->create(); - } - $criteria =& new Legacy_Criteria($this->_mDummyObj->getTypeInformations()); - - return $criteria; - } } ?> \ No newline at end of file