Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 60 → Rev 61

/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.18 2005-11-14 12:54:41 ddelon Exp $
// CVS : $Id: projetControleur.class.php,v 1.19 2005-11-14 13:07:11 ddelon Exp $
 
/**
* Application projet
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.18 $
*@version $Revision: 1.19 $
// +------------------------------------------------------------------------------------------------------+
*/
 
1690,7 → 1690,7
require_once 'client/integrateur_wikini/bibliotheque/iw_admin_wikini.fonct.php';
 
 
$url = $GLOBALS['_GEN_commun']['url'] ;
$url = &$GLOBALS['_GEN_commun']['url'] ;
$url->addQueryString ('act', PROJET_ACTION_CREER_WIKI) ;
$res =admin_afficherContenuCorps();
return $res;