[xoops-cvslog 3486] CVS update: xoops2jp/html/modules/legacyRender/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 7月 10日 (月) 19:58:34 JST


Index: xoops2jp/html/modules/legacyRender/admin/actions/BannerEditAction.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/actions/BannerEditAction.class.php:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/actions/BannerEditAction.class.php:1.1.2.4
--- xoops2jp/html/modules/legacyRender/admin/actions/BannerEditAction.class.php:1.1.2.3	Mon Jul 10 16:23:37 2006
+++ xoops2jp/html/modules/legacyRender/admin/actions/BannerEditAction.class.php	Mon Jul 10 19:58:34 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacyRender
- * @version $Id: BannerEditAction.class.php,v 1.1.2.3 2006/07/10 07:23:37 minahito Exp $
+ * @version $Id: BannerEditAction.class.php,v 1.1.2.4 2006/07/10 10:58:34 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -13,7 +13,7 @@
 {
 	function _getId()
 	{
-		return isset($_REQUEST['bid']) ? $_REQUEST['bid'] : 0;
+		return xoops_getrequest('bid');
 	}
 
 	function &_getHandler()


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