Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 473 → Rev 474

/trunk/client/projet/classes/ezmlm-php-2.0/ezmlm-author.php
1,5 → 1,5
<?php
// $Id: ezmlm-author.php,v 1.1 2005-09-22 14:02:46 ddelon Exp $
// $Id: ezmlm-author.php,v 1.2 2005-09-27 16:43:08 alexandre_tb Exp $
//
// ezmlm-author.php - ezmlm-php v2.0
// --------------------------------------------------------------
57,7 → 57,7
$date = preg_replace ('/CEST/', '', $mailDecode->headers['date']);
print '<tr class="'.$class[$i].'">'."\n";
$hash = $this->makehash($val->headers['from']);
$hash = $this->makehash($mailDecode->headers['from']);
print '<td>'.$this->makelink("action=show_author_msgs&actionargs[]=" . $hash,$this->decode_iso($this->protect_email($mailDecode->headers['from'],TRUE)));
print '</td>';