From 6aa9d0c4df05129b52acf69a2535b931592fe4c7 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sun, 9 Jul 2006 16:24:06 +0000 Subject: [PATCH] Fix link to user in headers git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@407 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/banana.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/banana.inc.php b/include/banana.inc.php index c48d173..657f235 100644 --- a/include/banana.inc.php +++ b/include/banana.inc.php @@ -22,8 +22,10 @@ require_once('banana/banana.inc.php'); function hook_formatDisplayHeader($_header,$_text) { + global $globals; if ($_header == 'x-org-id') { - return "$_text [fiche]"; + return $_text . ' [fiche]'; } } -- 2.1.4