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

アーカイブの一覧に戻る

onokazu onoka****@users*****
2005年 9月 5日 (月) 05:46:11 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.6
--- xoops2jp/html/modules/sections/admin/index.php:1.5	Wed Aug  3 21:39:15 2005
+++ xoops2jp/html/modules/sections/admin/index.php	Mon Sep  5 05:46:11 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.6 2005/09/04 20:46:11 onokazu 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 メーリングリストの案内
アーカイブの一覧に戻る