From 402ffef8eb60bd15560f554e8ec7fa670ecf735e Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Tue, 24 May 2005 08:50:16 +0000 Subject: [PATCH] fixes git-archimport-id: opensource@polytechnique.org--2005/banana--mainline--1.0--patch-22 --- banana/banana.inc.php.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banana/banana.inc.php.in b/banana/banana.inc.php.in index 1f39794..081c6cd 100644 --- a/banana/banana.inc.php.in +++ b/banana/banana.inc.php.in @@ -235,7 +235,7 @@ class Banana $html .= ''._b_('Sujet').''; $html .= ''._b_('Forums').''; $html .= ''._b_('Suivi à').''; - $html .= ''._b_('Organisation').''.$this->profile['org']1.''; + $html .= ''._b_('Organisation').''.$this->profile['org'].''; $html .= ''._b_('Corps').''; $html .= ''; -- 2.1.4