Subversion Repositories Applications.projet

Rev

Rev 417 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 417 Rev 431
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.5 2008-11-19 09:28:45 aperonnet 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.5 $
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 36... Line -...
36
 
-
 
37
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_STRICT);
-
 
Line 38... Line 36...
38
// extract($_GET); // PHP-5.4, sans register_globals
36
 
39
 
37
 
40
// Parametrage de la liste
38
// Parametrage de la liste
41
$info = new ezmlm_threads();
39
$info = new ezmlm_threads();
Line 61... Line 59...
61
$xml .= XML_Util::createEndElement('ezmlm_messages_thread') ;
59
$xml .= XML_Util::createEndElement('ezmlm_messages_thread') ;
62
header ('Content-type: text/xml');
60
header ('Content-type: text/xml');
63
echo $xml ;
61
echo $xml ;
64
/* +--Fin du code ----------------------------------------------------------------------------------------+
62
/* +--Fin du code ----------------------------------------------------------------------------------------+
65
*
63
*
66
* $Log: not supported by cvs2svn $
64
* $Log: messages_thread.php,v $
67
* Revision 1.4  2008-11-04 17:11:10  aperonnet
65
* Revision 1.4  2008-11-04 17:11:10  aperonnet
68
* correction de bugs dans la liste des derniers messages
66
* correction de bugs dans la liste des derniers messages
69
*
67
*
70
* Revision 1.3  2008-08-26 09:26:41  alexandre_tb
68
* Revision 1.3  2008-08-26 09:26:41  alexandre_tb
71
* ajout commentaire
69
* ajout commentaire