[xoops-cvslog 1731] CVS update: xoops2jp/html/modules/legacyRender/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 1月 14日 (土) 14:27:37 JST


Index: xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php:1.1.2.2
--- xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php:1.1.2.1	Sat Jan 14 02:31:14 2006
+++ xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php	Sat Jan 14 14:27:37 2006
@@ -42,14 +42,6 @@
 			$this->mSort = TPLFILE_SORT_KEY_DEFAULT;
 		}
 	
-		if (isset($_REQUEST['tpl_id'])) {
-			$this->_mCriteria->add(new Criteria('tpl_id', array(XOBJ_DTYPE_INT, xoops_getrequest('tpl_id'))));
-		}
-	
-		if (isset($_REQUEST['tpl_refid'])) {
-			$this->_mCriteria->add(new Criteria('tpl_refid', array(XOBJ_DTYPE_INT, xoops_getrequest('tpl_refid'))));
-		}
-	
 		if (isset($_REQUEST['tpl_module'])) {
 			$this->_mCriteria->add(new Criteria('tpl_module', array(XOBJ_DTYPE_STRING, xoops_getrequest('tpl_module'))));
 		}


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