From: kink Date: Sun, 8 Jun 2003 15:34:48 +0000 (+0000) Subject: Fix stupid mistake. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b26d81e5fd94b2844a49e71806623ef42c07b84e;p=squirrelmail.git Fix stupid mistake. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4978 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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) {