Revisión | e95e5191051c389c6f64d0cafcef31a896a62dba (tree) |
---|---|
Tiempo | 2014-06-02 06:28:39 |
Autor | henoheno <henoheno> |
Commiter | umorigu |
Warning: Call-time pass-by-reference has been deprecated
@@ -1,5 +1,5 @@ | ||
1 | 1 | <?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 $ | |
3 | 3 | // Copyright (C) |
4 | 4 | // 2002-2005 PukiWiki Developers Team |
5 | 5 | // 2001-2002 Originally written by yu-ji |
@@ -39,7 +39,7 @@ function plugin_online_itself($type = 0) | ||
39 | 39 | } |
40 | 40 | |
41 | 41 | // Try read |
42 | - if (plugin_online_check_online(& $count, $host)) { | |
42 | + if (plugin_online_check_online($count, $host)) { | |
43 | 43 | $result = TRUE; |
44 | 44 | } else { |
45 | 45 | // Write |