• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版e95e5191051c389c6f64d0cafcef31a896a62dba (tree)
时间2014-06-02 06:28:39
作者henoheno <henoheno>
Commiterumorigu

Log Message

Warning: Call-time pass-by-reference has been deprecated

更改概述

差异

--- a/plugin/online.inc.php
+++ b/plugin/online.inc.php
@@ -1,5 +1,5 @@
11 <?php
2-// $Id: online.inc.php,v 1.9 2005/06/25 10:03:20 henoheno Exp $
2+// $Id: online.inc.php,v 1.12 2007/02/10 06:21:53 henoheno Exp $
33 // Copyright (C)
44 // 2002-2005 PukiWiki Developers Team
55 // 2001-2002 Originally written by yu-ji
@@ -39,7 +39,7 @@ function plugin_online_itself($type = 0)
3939 }
4040
4141 // Try read
42- if (plugin_online_check_online(& $count, $host)) {
42+ if (plugin_online_check_online($count, $host)) {
4343 $result = TRUE;
4444 } else {
4545 // Write