Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
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 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: messages_thread.php,v 1.3 2008-08-26 09:26:41 alexandre_tb Exp $
|
22 |
// CVS : $Id: messages_thread.php,v 1.4 2008-11-04 17:11:10 aperonnet Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Application projet
|
24 |
* Application projet
|
25 |
*
|
25 |
*
|
26 |
* Renvoie les messages d un thread
|
26 |
* Renvoie les messages d un thread
|
27 |
*
|
27 |
*
|
28 |
*@package projet
|
28 |
*@package projet
|
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
31 |
*@copyright Tela-Botanica 2000-2008
|
31 |
*@copyright Tela-Botanica 2000-2008
|
32 |
*@version $Revision: 1.3 $
|
32 |
*@version $Revision: 1.4 $
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
34 |
*/
|
34 |
*/
|
35 |
include_once 'ezmlm-php-2.0/ezmlm.php' ;
|
35 |
include_once 'ezmlm-php-2.0/ezmlm.php' ;
|
Line 62... |
Line 62... |
62 |
header ('Content-type: text/xml');
|
62 |
header ('Content-type: text/xml');
|
63 |
echo $xml ;
|
63 |
echo $xml ;
|
64 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
64 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
65 |
*
|
65 |
*
|
66 |
* $Log: not supported by cvs2svn $
|
66 |
* $Log: not supported by cvs2svn $
|
- |
|
67 |
* Revision 1.3 2008-08-26 09:26:41 alexandre_tb
|
- |
|
68 |
* ajout commentaire
|
- |
|
69 |
*
|
67 |
*
|
70 |
*
|
68 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
71 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
69 |
*/
|
72 |
*/
|
70 |
?>
|
73 |
?>
|
71 |
|
74 |
|