Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 407 → Rev 408

/trunk/classes/ezmlm-php-2.0/services_vpopmail/calendrier_messages.php
1,7 → 1,5
<?php
//error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE ^ E_DEPRECATED);
error_reporting(-1); //E_ALL ^ E_STRICT ^ E_NOTICE ^ E_DEPRECATED);
//error_reporting(0);
 
include_once 'ezmlm-php-2.0/ezmlm.php' ;
 
 
8,11 → 6,8
// Parametrage de la liste
$info = new ezmlm_threads();
if (!$info) return 'Les fichiers de la liste ne sont pas visible sur le serveur' ;
 
extract($_GET, EXTR_OVERWRITE);
 
$info->forcehref = $url;
$info->listdir = '/home/raphael/domains/'.$domaine.'/'.$liste ;
$info->listdir = '/home/vpopmail/domains/'.$domaine.'/'.$liste ;
$info->listname = $liste;
$info->listdomain = $domaine ;
 
19,9 → 14,7
ob_start() ;
if (!$info->listmessages()) {
if (!$info) return 'Les fichiers de la liste ne sont pas visible sur le serveur' ;
 
}
 
$html = ob_get_contents() ;
ob_end_clean() ;