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

Back to archive index

onokazu onoka****@users*****
2005年 9月 5日 (月) 05:46:11 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.5
--- xoops2jp/html/modules/sections/index.php:1.4	Wed Aug  3 21:39:15 2005
+++ xoops2jp/html/modules/sections/index.php	Mon Sep  5 05:46:11 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.5 2005/09/04 20:46:11 onokazu 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