From 4475197cd74c1190b520bfa0ac1ad293ffc524ff Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 7 Jun 2006 13:00:35 +0000 Subject: [PATCH] Disable attachment in banana, because our NNTP server do not support it. (For compatibility with next release of banana) git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@304 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