From: x2003bruneau Date: Wed, 7 Jun 2006 13:00:35 +0000 (+0000) Subject: Disable attachment in banana, because our NNTP server do not support it. X-Git-Tag: xorg/0.9.10~65 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4475197cd74c1190b520bfa0ac1ad293ffc524ff;p=platal.git 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 --- 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() {