Nettoyage...
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Sun, 12 Mar 2006 13:50:45 +0000 (13:50 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:34:40 +0000 (00:34 +0100)
Semble corriger un bug de reformatage de la signature, mais je ne pige pas comment c'est possible :)

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@39 9869982d-c50d-0410-be91-f2a2ec7c7c7b

banana/banana.inc.php.in

index 546f245..a8a42d7 100644 (file)
@@ -103,7 +103,6 @@ class Banana
         $banana->state = Array ('group' => $group, 'artid' => $artid);
 
         if (is_null($group)) {
-
             if (isset($_GET['subscribe'])) {
                 return $banana->action_listSubs();
             } elseif (isset($_POST['subscribe'])) {
@@ -121,7 +120,6 @@ class Banana
             }
 
         } else {
-
             if (isset($_POST['action']) && $_POST['action']=='cancel') {
                 $res = $banana->action_cancelArticle($group, $artid);
             } else {
@@ -357,7 +355,7 @@ class Banana
         }
 
         $body_headers  = $this->custom_plain;
-        $body          = wrap($body, "", $this->wrap);
+        $body          = wrap($body, "");
 
         // include attachment in the body
         $uploaded = $this->_upload('newpj');