[xoops-cvslog 4883] CVS update: xoops2jp/html/core

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 10月 7日 (土) 17:19:40 JST


Index: xoops2jp/html/core/XCube_HttpContext.class.php
diff -u xoops2jp/html/core/XCube_HttpContext.class.php:1.1.2.3 xoops2jp/html/core/XCube_HttpContext.class.php:1.1.2.4
--- xoops2jp/html/core/XCube_HttpContext.class.php:1.1.2.3	Sat Oct  7 17:18:46 2006
+++ xoops2jp/html/core/XCube_HttpContext.class.php	Sat Oct  7 17:19:39 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package XCube
- * @version $Id: XCube_HttpContext.class.php,v 1.1.2.3 2006/10/07 08:18:46 minahito Exp $
+ * @version $Id: XCube_HttpContext.class.php,v 1.1.2.4 2006/10/07 08:19:39 minahito Exp $
  */
 
 define("XCUBE_CONTEXT_TYPE_DEFAULT", "web_browser");
@@ -163,7 +163,6 @@
 		}
 		
 		if (is_array($_REQUEST[$key])) {
-			print_r($_REQUEST[$key]);
 			return $this->_getArrayRequest($_REQUEST[$key]);
 		}
 		


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index