Subversion Repositories Applications.papyrus

Rev

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

Rev 1255 Rev 1311
Line 1... Line 1...
1
<?php
1
<?php
2
// $Id: ezmlm-threads.php,v 1.4.2.2 2007-03-12 11:23:46 alexandre_tb Exp $
2
// $Id: ezmlm-threads.php,v 1.4.2.3 2007-04-12 13:35:48 alexandre_tb Exp $
3
//
3
//
4
// ezmlm-threads.php - ezmlm-php v2.0
4
// ezmlm-threads.php - ezmlm-php v2.0
5
// --------------------------------------------------------------
5
// --------------------------------------------------------------
6
// Builds, maintains & displays thread caches
6
// Builds, maintains & displays thread caches
7
// These cache files live in $ezmlm->tmpdir and are serialized
7
// These cache files live in $ezmlm->tmpdir and are serialized
8
// php objects that can be unserialized and displayed easily
8
// php objects that can be unserialized and displayed easily
9
// --------------------------------------------------------------
9
// --------------------------------------------------------------
Line 10... Line 10...
10
 
10
 
11
require_once("ezmlm.php");
11
require_once("ezmlm.php");
12
require_once("ezmlm-parser.php");
12
require_once("ezmlm-parser.php");
Line 13... Line 13...
13
//require_once ('ezmlm-langue-fr.php');
13
require_once ('ezmlm-langue-fr.php');
14
 
14
 
Line 15... Line 15...
15
// CLASS: ezmlm_threads will build, maintain & display thread files (even if a thread is only 1 msg)
15
// CLASS: ezmlm_threads will build, maintain & display thread files (even if a thread is only 1 msg)