From ddfd8686628466f38e6a04fea160661b4e50fcdf Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 18 Jun 2006 15:41:36 +0000 Subject: [PATCH] backport patch 304 git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.9@329 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/banana.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/banana.inc.php b/include/banana.inc.php index 1387ccb..8cef0d0 100644 --- a/include/banana.inc.php +++ b/include/banana.inc.php @@ -40,8 +40,9 @@ function hook_checkcancel($_headers) { class PlatalBanana extends Banana { - var $profile = Array( 'name' => '', 'sig' => '', 'org' => 'Utilisateur de Polytechnique.org', + var $profile = Array( 'name' => '', 'sig' => '', 'org' => 'Utilisateur de Polytechnique.org', 'customhdr' =>'', 'display' => 0, 'lastnews' => 0, 'locale' => 'fr_FR', 'subscribe' => array()); + var $can_attach = false; function PlatalBanana() { -- 2.1.4