Subversion Repositories Applications.projet

Rev

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

Rev 317 Rev 356
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: calendrier_messages.php,v 1.4 2008-08-25 15:25:47 alexandre_tb Exp $
22
// CVS : $Id: calendrier_messages.php,v 1.5 2008-11-04 17:11:10 aperonnet Exp $
23
/**
23
/**
24
* Application projet
24
* Application projet
25
*
25
*
26
* Action forums
26
* Action forums
27
*
27
*
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 105... Line 105...
105
		$xml .= (int)$Cache_Lite->lastmodified().'#'.fileatime($info->listdir.'/num');
105
		$xml .= (int)$Cache_Lite->lastmodified().'#'.fileatime($info->listdir.'/num');
106
		$xml .= XML_Util::createEndElement('cache_time') ;*/
106
		$xml .= XML_Util::createEndElement('cache_time') ;*/
107
		//$Cache_Lite->save($xml, $id);
107
		//$Cache_Lite->save($xml, $id);
108
	}
108
	}
109
//}
109
//}
-
 
110
 
110
header ('Content-type: text/xml');
111
header ('Content-type: text/xml');
111
echo $xml ;
112
echo $xml ;
Line 112... Line 113...
112
 
113
 
113
/* +--Fin du code ----------------------------------------------------------------------------------------+
114
/* +--Fin du code ----------------------------------------------------------------------------------------+
114
*
115
*
-
 
116
* $Log: not supported by cvs2svn $
-
 
117
* Revision 1.4  2008-08-25 15:25:47  alexandre_tb
-
 
118
* optimisation et gestion du cache
115
* $Log: not supported by cvs2svn $
119
*
116
* Revision 1.3  2008-06-09 10:05:28  alexandre_tb
120
* Revision 1.3  2008-06-09 10:05:28  alexandre_tb
117
* Ajout de la gestion du cache
121
* Ajout de la gestion du cache
118
* dependance avec Cache_Lite
122
* dependance avec Cache_Lite
119
*
123
*