Subversion Repositories Applications.projet

Rev

Rev 335 | Rev 341 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 335 Rev 337
Line 18... Line 18...
18
// | You should have received a copy of the GNU General Public                                            |
18
// | You should have received a copy of the GNU General Public                                            |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
// CVS : $Id: projetControleur.class.php,v 1.47 2008-09-01 14:38:00 alexandre_tb Exp $
23
// CVS : $Id: projetControleur.class.php,v 1.48 2008-09-15 07:41:16 alexandre_tb Exp $
24
 
24
 
25
/**
25
/**
26
* Application projet
26
* Application projet
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Alexandre Granier <alexandre@tela-botanica.org>
32
*@author        Alexandre Granier <alexandre@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.47 $
36
*@version       $Revision: 1.48 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 1427... Line 1427...
1427
	        $GLOBALS['_GEN_commun']['debogage_erreur']->gererErreur(E_USER_WARNING, "Echec de la requete : $requete<br />".$resultat->getMessage(),
1427
	        $GLOBALS['_GEN_commun']['debogage_erreur']->gererErreur(E_USER_WARNING, "Echec de la requete : $requete<br />".$resultat->getMessage(),
1428
	                                                                        __FILE__, __LINE__, 'admin_wikini')   ;
1428
	                                                                        __FILE__, __LINE__, 'admin_wikini')   ;
1429
	        return ;
1429
	        return ;
1430
	    }
1430
	    }
Line 1431... Line -...
1431
 
-
 
-
 
1431
 
1432
 
1432
		include_once 'api/html/HTML_TableFragmenteur.php';
1433
	    $liste = new HTML_TableFragmenteur () ;
1433
	    $liste = new HTML_TableFragmenteur () ;
Line 1434... Line 1434...
1434
	    $liste->construireEntete(array (PROJET_NOM_WIKINI,PROJET_PAGE_WIKINI, PROJET_SELECTIONNER_WIKINI)) ;
1434
	    $liste->construireEntete(array (PROJET_NOM_WIKINI,PROJET_PAGE_WIKINI, PROJET_SELECTIONNER_WIKINI)) ;
Line 1685... Line 1685...
1685
	}
1685
	}
1686
}
1686
}
1687
/* +--Fin du code ----------------------------------------------------------------------------------------+
1687
/* +--Fin du code ----------------------------------------------------------------------------------------+
1688
*
1688
*
1689
* $Log: not supported by cvs2svn $
1689
* $Log: not supported by cvs2svn $
-
 
1690
* Revision 1.47  2008-09-01 14:38:00  alexandre_tb
-
 
1691
* correction de bug inscription projet
-
 
1692
*
1690
* Revision 1.46  2008-08-28 14:48:54  alexandre_tb
1693
* Revision 1.46  2008-08-28 14:48:54  alexandre_tb
1691
* encodage et suppression d une methode inutile
1694
* encodage et suppression d une methode inutile
1692
*
1695
*
1693
* Revision 1.45  2008-08-26 12:42:10  alexandre_tb
1696
* Revision 1.45  2008-08-26 12:42:10  alexandre_tb
1694
* nettoyage url apres suppression d un fichier
1697
* nettoyage url apres suppression d un fichier