Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 66 → Rev 67

/trunk/papyrus/pap_envoi.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_envoi.inc.php,v 1.2 2004-06-16 15:07:56 jpm Exp $
// CVS : $Id: pap_envoi.inc.php,v 1.3 2004-10-15 18:29:19 jpm Exp $
/**
* Gestion de l'envoie des pages à afficher.
*
31,7 → 31,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2004-06-16 15:07:56 $
*@version $Revision: 1.3 $ $Date: 2004-10-15 18:29:19 $
// +------------------------------------------------------------------------------------------------------+
*/
 
47,7 → 47,7
// +------------------------------------------------------------------------------------------------------+
$page_gzippe = GEN_compresserDonneesZLIB($_GEN_commun['sortie']);
// Nous mettons à jour le cache
if ($_GEN_commun['info_application']->cache) {
if (!empty($_GEN_commun['info_application']) && $_GEN_commun['info_application']->cache) {
// Mise en cache de la page demandée
if ( ($page_gzippe != false) ) {
$contenu_en_cache = (empty($page_gzippe)) ? $_GEN_commun['sortie'] : $page_gzippe;
79,6 → 79,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2004/06/16 15:07:56 jpm
* Correction d'un chemin et nom de fichier.
*
* Revision 1.1 2004/06/16 08:11:37 jpm
* Changement de nom de Génésia en Papyrus.
* Changement de l'arborescence.