Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 19 → Rev 18

/trunk/projet.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: projet.php,v 1.5 2005-10-04 10:06:32 alexandre_tb Exp $
// CVS : $Id: projet.php,v 1.4 2005-09-28 16:29:39 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.5 $
*@version $Revision: 1.4 $
// +------------------------------------------------------------------------------------------------------+
*/
 
83,9 → 83,6
$res .= '</ul>';
$GLOBALS['url']->removeQueryString (PROJET_VARIABLE_ACTION) ;
}
if (isset ($GLOBALS['_GEN_commun']['info_application']->seulement_forum)) {
return ;
}
return $res ;
}
}
162,12 → 159,8
if (isset ($GLOBALS['_GEN_commun']['info_application']->exclure)) {
$controleur->exclure($GLOBALS['_GEN_commun']['info_application']->exclure) ;
}
if (isset ($GLOBALS['_GEN_commun']['info_application']->seulement_forum)) {
$controleur->setIdProjet($GLOBALS['_GEN_commun']['info_application']->seulement_forum) ;
$controleur->setAction (PROJET_ACTION_VOIR_FORUM) ;
}
$res = $controleur->run() ;
 
$GLOBALS['chrono_flash']['apres_doc'] = microtime() ;
return $res ;
}
 
184,9 → 177,6
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.4 2005/09/28 16:29:39 ddelon
* Merge modification projet
*
* Revision 1.3 2005/09/27 16:31:06 alexandre_tb
* ??
*