From: x2003bruneau Date: Sat, 8 Jul 2006 16:36:53 +0000 (+0000) Subject: Oups, I commited the wrong test-folder X-Git-Tag: 1.8~235 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=8974425961ce80c16baef3eb87b4c65c824f0391;p=banana.git Oups, I commited the wrong test-folder git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@60 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- diff --git a/banana/banana.inc.php.in b/banana/banana.inc.php.in index 104d688..1c42095 100644 --- a/banana/banana.inc.php.in +++ b/banana/banana.inc.php.in @@ -294,7 +294,7 @@ class Banana if ($this->nntp->post($msg)) { $this->spool->delid($id); $this->nntp->quit(); - redirect('group=' . $group . '&first=' . $id); + redirect('group=' . $group . '&first=' . $id); } else { return '

'._b_('Impossible d\'annuler le message').'

'; } @@ -425,7 +425,7 @@ class Banana $msg .= $this->custom.$this->profile['customhdr']."\n".$body; if ($this->nntp->post($msg)) { - redirect('group=' . $group . ($artid == -1 ? '' : '&first=' . $artid)); + redirect('group=' . $group . ($artid == -1 ? '' : '&first=' . $artid)); } else { return "

"._b_('Impossible de poster le message')."

".$this->action_showThread($group, $artid); }