PukiWiki
Revision | 6446c637da17cdd0407240ca21fdcba9fb5b2655 (tree) |
---|---|
Time | 2006-10-28 23:35:42 |
Author | henoheno <henoheno> |
Commiter | henoheno |
Warning: Call-time pass-by-reference has been deprecated
@@ -1,6 +1,6 @@ | ||
1 | 1 | <?php |
2 | 2 | // PukiWiki - Yet another WikiWikiWeb clone. |
3 | -// $Id: func.php,v 1.82 2006/10/24 13:13:51 henoheno Exp $ | |
3 | +// $Id: func.php,v 1.83 2006/10/28 14:35:42 henoheno Exp $ | |
4 | 4 | // Copyright (C) |
5 | 5 | // 2002-2006 PukiWiki Developers Team |
6 | 6 | // 2001-2002 Originally written by yu-ji |
@@ -616,7 +616,7 @@ function get_matcher_regex(& $array, $offset = 0, $sentry = NULL, $pos = 0) | ||
616 | 616 | // Compat |
617 | 617 | function get_autolink_pattern_sub(& $pages, $start, $end, $pos) |
618 | 618 | { |
619 | - return get_matcher_regex(& $pages, $start, $end, $pos); | |
619 | + return get_matcher_regex($pages, $start, $end, $pos); | |
620 | 620 | } |
621 | 621 | |
622 | 622 | // Load/get setting pairs from AutoAliasName |