From b26d81e5fd94b2844a49e71806623ef42c07b84e Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 8 Jun 2003 15:34:48 +0000 Subject: [PATCH] Fix stupid mistake. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4978 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/page_header.php b/functions/page_header.php index b44a746c..05915145 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -75,7 +75,7 @@ function makeInternalLink($path, $text, $target='') { } function displayInternalLink($path, $text, $target='') { - echo makeInternalLink($path, $text, $target=''); + echo makeInternalLink($path, $text, $target); } function displayPageHeader($color, $mailbox, $xtra='', $session=false) { -- 2.25.1