[xoops-cvslog 358] CVS update: xoops2jp/html/modules/sections

Back to archive index

NobuNobu nobun****@users*****
2005年 8月 21日 (日) 13:16:54 JST


Index: xoops2jp/html/modules/sections/index.php
diff -u xoops2jp/html/modules/sections/index.php:1.4 xoops2jp/html/modules/sections/index.php:1.4.2.1
--- xoops2jp/html/modules/sections/index.php:1.4	Wed Aug  3 21:39:15 2005
+++ xoops2jp/html/modules/sections/index.php	Sun Aug 21 13:16:54 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: index.php,v 1.4 2005/08/03 12:39:15 onokazu Exp $
+// $Id: index.php,v 1.4.2.1 2005/08/21 04:16:54 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -161,10 +161,10 @@
         </html>";
 }
 
-$op = isset($HTTP_GET_VARS['op']) ? trim($HTTP_GET_VARS['op']) : '';
-$secid = isset($HTTP_GET_VARS['secid']) ? intval($HTTP_GET_VARS['secid']) : 0;
-$page = isset($HTTP_GET_VARS['page']) ? intval($HTTP_GET_VARS['page']) : 0;
-$artid = isset($HTTP_GET_VARS['artid']) ? intval($HTTP_GET_VARS['artid']) : 0;
+$op = isset($_GET['op']) ? trim($_GET['op']) : '';
+$secid = isset($_GET['secid']) ? intval($_GET['secid']) : 0;
+$page = isset($_GET['page']) ? intval($_GET['page']) : 0;
+$artid = isset($_GET['artid']) ? intval($_GET['artid']) : 0;
 
 
 switch ( $op ) {


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