X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fforum%2Fforum_pipelines.php;h=c1c6be60e8155b80b4b36eb9274c5af420f5f94c;hp=e1ecc6bdb20bcc8fed218fa1f6f3c07cf48218c4;hb=122c920eb07e3f665789f8734965b576e6c25515;hpb=226942065cd4f604eb464addf45a065c9e5bc916 diff --git a/www/plugins-dist/forum/forum_pipelines.php b/www/plugins-dist/forum/forum_pipelines.php index e1ecc6bd..c1c6be60 100644 --- a/www/plugins-dist/forum/forum_pipelines.php +++ b/www/plugins-dist/forum/forum_pipelines.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2013 * + * Copyright (c) 2001-2014 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -33,10 +33,11 @@ function forum_accueil_encours($texte){ $lien = "". $lien . "."; $texte .= "\n
" . $lien; } - if (strlen($texte) AND $GLOBALS['meta']['forum_prive_objets'] != 'non') + if (strlen($texte) AND $GLOBALS['meta']['forum_prive_objets'] != 'non') { $cpt2 = sql_countsel("spip_articles", "statut='prop'"); if ($cpt2) $texte = _T('forum:texte_en_cours_validation_forum') . $texte; + } } return $texte;