[xoops-cvslog 5472] CVS update: xoops2jp/html/modules/user/kernel

Back to archive index

Minahito minah****@users*****
2006年 10月 23日 (月) 20:22:10 JST


Index: xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php
diff -u xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.3 xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.4
--- xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.3	Sat Oct  7 18:04:53 2006
+++ xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php	Mon Oct 23 20:22:10 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: LegacypageFunctions.class.php,v 1.1.2.11.2.3 2006/10/07 09:04:53 minahito Exp $
+ * @version $Id: LegacypageFunctions.class.php,v 1.1.2.11.2.4 2006/10/23 11:22:10 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -21,7 +21,7 @@
 		
 		$uid = isset($_REQUEST['uid']) ? intval(xoops_getrequest('uid')) : 0;
 		
-		$url = XOOPS_URL;
+		$url = XOOPS_URL . '/';
 		if ($uid > 0) {
 			$url = XOOPS_MODULE_URL . "/user/index.php?action=UserInfo&uid=" . $uid;
 		}
@@ -44,7 +44,7 @@
 		$root =& XCube_Root::getSingleton();
 		$uid = isset($_REQUEST['uid']) ? intval(xoops_getrequest('uid')) : 0;
 
-		$url = XOOPS_URL;
+		$url = XOOPS_URL . '/';
 		if ($uid > 0) {
 			$url = XOOPS_MODULE_URL . "/user/index.php?action=EditUser&uid=" . $uid;
 		}


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