From 06d55010834152696a7ef016dfe322db27a55549 Mon Sep 17 00:00:00 2001 From: neoraider Date: Sun, 9 Apr 2006 19:06:04 +0000 Subject: code/links.inc.php: ParseNavLink() in ParseLink() umbenannt. --- code/links.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/links.inc.php') diff --git a/code/links.inc.php b/code/links.inc.php index 2eddb77..ce2c7ee 100644 --- a/code/links.inc.php +++ b/code/links.inc.php @@ -35,7 +35,7 @@ return ''; } - function ParseNavLink($text, $link) { + function ParseLink($text, $link) { if(!$link) return $text; switch($link[0]) { -- cgit v1.2.3