Fix stupid mistake.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 8 Jun 2003 15:34:48 +0000 (15:34 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 8 Jun 2003 15:34:48 +0000 (15:34 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4978 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/page_header.php

index b44a746c9124aa7d6990a07513ff3a403dafd900..05915145ca98806abb4ed5b01c6702292839cfc6 100644 (file)
@@ -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) {