Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1257 → Rev 1258

/branches/livraison_menes/client/projet/classes/ezmlmAccessObject.class.php
33,7 → 33,7
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
// termes.
// ----
// CVS : $Id: ezmlmAccessObject.class.php,v 1.3 2006-09-18 09:55:21 alexandre_tb Exp $
// CVS : $Id: ezmlmAccessObject.class.php,v 1.3.2.1 2007-03-13 11:06:07 alexandre_tb Exp $
 
/**
* Application projet
46,7 → 46,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2006
*@version $Revision: 1.3 $
*@version $Revision: 1.3.2.1 $
// +------------------------------------------------------------------------------------------------------+
*/
 
302,6 → 302,12
echo utf8_decode ($xml);
switch ($this->action) {
case 'calendrier_messages' : echo utf8_decode($xml->ezmlm_calendrier_messages);
break;
case 'message':
$this->_numeroRepertoirePrecedent = $xml->message_precedent['numero_repertoire'];
$this->_numeroRepertoireSuivant = $xml->message_suivant['numero_repertoire'];
$this->_numeroFichierSuivant = $xml->message_suivant['numero'];
$this->_numeroFichierPrecedent = $xml->message_precedent['numero'];
}
} else {
return parent::parse();