From: x2000habouzit Date: Sun, 18 Jun 2006 15:41:36 +0000 (+0000) Subject: backport patch 304 X-Git-Tag: xorg/0.9.9^0 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ddfd8686628466f38e6a04fea160661b4e50fcdf;p=platal.git backport patch 304 git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.9@329 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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() {