Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 45 → Rev 46

/trunk/actions/forums.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: forums.php,v 1.5 2005-10-17 16:19:51 alexandre_tb Exp $
// CVS : $Id: forums.php,v 1.6 2005-10-20 10:28:25 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.5 $
*@version $Revision: 1.6 $
// +------------------------------------------------------------------------------------------------------+
*/
 
51,6 → 51,7
 
$liste_ext_res = '' ;
$sortie_liste = '' ;
$inscription_laius ='' ;
if ($projet->avoirListe()) {
foreach ($projet->_listes_associes as $info_liste) {
ob_start() ;
183,7 → 184,7
$info->listname = $info_liste->getNom();
$info->listdomain = $info_liste->getDomaine() ;
echo '[ '.$info->makelink('action=show_threads&actionargs[]='.$liste->actionargs[0], 'par fil de discussion').' ]' ;
print'<h2>'.PROJET_MESSAGE_DU_MOIS.$GLOBALS['mois'][((int)substr($liste->actionargs[0],4,2) / 1)-1] .', ' .
// print'<h2>'.PROJET_MESSAGE_DU_MOIS.$GLOBALS['mois'][((int)substr($liste->actionargs[0],4,2) / 1)-1] .', ' .
substr($liste->actionargs[0],0,4). '</h2>'."\n" ;
if (!$info->show_month($liste->actionargs[0])) {
echo 'Pas de message dans cette liste' ;