• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisionfe24bcafaf0fe7283546e3daaffea518294b5438 (tree)
l'heure2009-04-18 09:56:33
Auteurhenoheno <henoheno>
Commiterhenoheno

Message de Log

BugTrack2/320: Failure with page "0" (reverted before ../init.php r1.81)

Change Summary

Modification

--- a/lib/init.php
+++ b/lib/init.php
@@ -1,8 +1,8 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone.
3-// $Id: init.php,v 1.55 2008/10/01 12:25:42 henoheno Exp $
3+// $Id: init.php,v 1.56 2009/04/18 00:56:33 henoheno Exp $
44 // Copyright (C)
5-// 2002-2007 PukiWiki Developers Team
5+// 2002-2007, 2009 PukiWiki Developers Team
66 // 2001-2002 Originally written by yu-ji
77 // License: GPL v2 or (at your option) any later version
88 //
@@ -265,7 +265,7 @@ if (isset($_GET['encode_hint']) && $_GET['encode_hint'] != '')
265265 // QUERY_STRINGを取得
266266
267267 $arg = '';
268-if (isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']) {
268+if (isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] != '') {
269269 $arg = & $_SERVER['QUERY_STRING'];
270270 } else if (isset($_SERVER['argv']) && ! empty($_SERVER['argv'])) {
271271 $arg = & $_SERVER['argv'][0];