Disable attachment in banana, because our NNTP server do not support it.
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 7 Jun 2006 13:00:35 +0000 (13:00 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 7 Jun 2006 13:00:35 +0000 (13:00 +0000)
(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

index 1387ccb..8cef0d0 100644 (file)
@@ -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()
     {