[xoops-cvslog 1884] CVS update: xoops2jp/html/include

アーカイブの一覧に戻る

NobuNobu nobun****@users*****
2006年 1月 22日 (日) 17:37:17 JST


Index: xoops2jp/html/include/functions.php
diff -u xoops2jp/html/include/functions.php:1.2.8.6 xoops2jp/html/include/functions.php:1.2.8.7
--- xoops2jp/html/include/functions.php:1.2.8.6	Wed Jan 11 19:18:05 2006
+++ xoops2jp/html/include/functions.php	Sun Jan 22 17:37:17 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: functions.php,v 1.2.8.6 2006/01/11 10:18:05 minahito Exp $
+// $Id: functions.php,v 1.2.8.7 2006/01/22 08:37:17 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -34,7 +34,7 @@
 			return stripslashes($_REQUEST[$name]);
 		}
 		else {
-			return $_REQUEST[$this->mName];
+			return $_REQUEST[$name];
 		}
 	}
 	


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る