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

Back to archive index

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


Index: xoops2jp/html/modules/sections/admin/index.php
diff -u xoops2jp/html/modules/sections/admin/index.php:1.5 xoops2jp/html/modules/sections/admin/index.php:1.5.2.1
--- xoops2jp/html/modules/sections/admin/index.php:1.5	Wed Aug  3 21:39:15 2005
+++ xoops2jp/html/modules/sections/admin/index.php	Sun Aug 21 13:16:54 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: index.php,v 1.5 2005/08/03 12:39:15 onokazu Exp $
+// $Id: index.php,v 1.5.2.1 2005/08/21 04:16:54 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -192,13 +192,13 @@
 
 $op = '';
 
-if (isset($HTTP_GET_VARS['op'])) {
-    $op = trim($HTTP_GET_VARS['op']);
-    if (isset($HTTP_GET_VARS['artid'])) {
-        $artid = intval($HTTP_GET_VARS['artid']);
+if (isset($_GET['op'])) {
+    $op = trim($_GET['op']);
+    if (isset($_GET['artid'])) {
+        $artid = intval($_GET['artid']);
     }
-    if (isset($HTTP_GET_VARS['secid'])) {
-        $secid = intval($HTTP_GET_VARS['secid']);
+    if (isset($_GET['secid'])) {
+        $secid = intval($_GET['secid']);
     }
 } elseif (!empty($_POST['op'])) {
     $op = $_POST['op'];


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