Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 336 → Rev 337

/trunk/classes/projetControleur.class.php
20,7 → 20,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
 
// CVS : $Id: projetControleur.class.php,v 1.47 2008-09-01 14:38:00 alexandre_tb Exp $
// CVS : $Id: projetControleur.class.php,v 1.48 2008-09-15 07:41:16 alexandre_tb Exp $
 
/**
* Application projet
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.47 $
*@version $Revision: 1.48 $
// +------------------------------------------------------------------------------------------------------+
*/
 
1429,7 → 1429,7
return ;
}
 
 
include_once 'api/html/HTML_TableFragmenteur.php';
$liste = new HTML_TableFragmenteur () ;
$liste->construireEntete(array (PROJET_NOM_WIKINI,PROJET_PAGE_WIKINI, PROJET_SELECTIONNER_WIKINI)) ;
 
1687,6 → 1687,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.47 2008-09-01 14:38:00 alexandre_tb
* correction de bug inscription projet
*
* Revision 1.46 2008-08-28 14:48:54 alexandre_tb
* encodage et suppression d une methode inutile
*