[xoops-cvslog 4584] CVS update: xoops2jp/html/modules/user/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 9月 24日 (日) 15:10:29 JST


Index: xoops2jp/html/modules/user/admin/forms/UserSearchFilterForm.class.php
diff -u xoops2jp/html/modules/user/admin/forms/UserSearchFilterForm.class.php:1.1.2.2 xoops2jp/html/modules/user/admin/forms/UserSearchFilterForm.class.php:1.1.2.3
--- xoops2jp/html/modules/user/admin/forms/UserSearchFilterForm.class.php:1.1.2.2	Thu Jul 13 19:52:34 2006
+++ xoops2jp/html/modules/user/admin/forms/UserSearchFilterForm.class.php	Sun Sep 24 15:10:29 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserSearchFilterForm.class.php,v 1.1.2.2 2006/07/13 10:52:34 minahito Exp $
+ * @version $Id: UserSearchFilterForm.class.php,v 1.1.2.3 2006/09/24 06:10:29 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -163,6 +163,8 @@
 			$time = time() - $form->get('regdate_less') * 86400;
 			$this->_mCriteria->add(new Criteria('user_regdate', $time, '>='));
 		}
+		
+		$this->_mCriteria->addSort($this->getSort(), $this->getOrder());
 	}
 }
 


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