Subversion Repositories Applications.projet

Rev

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

Rev 316 Rev 356
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Aucun
32
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2008
33
*@copyright     Tela-Botanica 2000-2008
34
*@version       $Revision: 1.4 $
34
*@version       $Revision: 1.5 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
37
include_once 'ezmlm-php-2.0/ezmlm.php' ;
37
include_once 'ezmlm-php-2.0/ezmlm.php' ;
Line 56... Line 56...
56
	header ('Content-type: text/xml');
56
	header ('Content-type: text/xml');
57
	echo $xml;
57
	echo $xml;
58
	exit();
58
	exit();
59
}
59
}
Line -... Line 60...
-
 
60
 
Line 60... Line 61...
60
 
61
$html = $info->show_recentmsgs() ;
61
 
-
 
62
ob_start() ;
62
 
63
if (!$info->show_recentmsgs()) {
-
 
64
    if (!$info) {
63
if (!$html) {
65
    	ob_end_clean() ;
64
    if (!$info) {
66
    	echo 'Les fichiers de la liste ne sont pas visible sur le serveur' ;
65
    	echo 'Les fichiers de la liste ne sont pas visible sur le serveur' ;
67
    	exit();
66
    	exit();
68
    }
-
 
69
}
-
 
70
$html = ob_get_contents() ;
-
 
Line 71... Line 67...
71
ob_end_clean() ;
67
    }
Line 72... Line 68...
72
 
68
}
Line 80... Line 76...
80
echo $xml ;
76
echo $xml ;
Line 81... Line 77...
81
 
77
 
82
/* +--Fin du code ----------------------------------------------------------------------------------------+
78
/* +--Fin du code ----------------------------------------------------------------------------------------+
83
*
79
*
-
 
80
* $Log: not supported by cvs2svn $
-
 
81
* Revision 1.4  2008-08-25 15:25:09  alexandre_tb
-
 
82
* optimisation et gestion des erreurs
84
* $Log: not supported by cvs2svn $
83
*
85
*
84
*
86
* +-- Fin du code ----------------------------------------------------------------------------------------+
85
* +-- Fin du code ----------------------------------------------------------------------------------------+
87
*/
86
*/