From c3bd65baf7585712e4dfcecdff705442153dcfa8 Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Thu, 26 Aug 2004 12:26:01 +0000 Subject: [PATCH] =?UTF-8?q?bug=20articles=20en=20pr=C3=A9paration=20->=20p?= =?UTF-8?q?as=20de=20preview=20(Thomas=20Noel)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc_presentation.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index 0446869bb6..c5f9ee49f7 100644 --- a/ecrire/inc_presentation.php3 +++ b/ecrire/inc_presentation.php3 @@ -3008,7 +3008,7 @@ function voir_en_ligne ($type, $id, $statut=false, $image='racine-24.gif') { $statut = 'prop'; if ($statut == 'publie') $en_ligne = 'recalcul'; - else + else if ($statut == 'prop') $en_ligne = 'preview'; break; case 'rubrique': -- GitLab