Changed the layout of last renewal date
svn path=/trunk/; revision=412
This commit is contained in:
parent
4067448536
commit
6a5cd792f6
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ if ($members === FALSE) {
|
|||
|
||||
foreach ($members as $member) {
|
||||
$email = str_replace($antispam, " ", $member["email"]);
|
||||
echo " <li>".$member["firstname"]." ".$member["lastname"]." <".$email."> (Last Renewal: ".$member['last_renewed_on'].")</li>\n";
|
||||
echo " <li><abbr title='Last Renewed On: ".$member['last_renewed_on']."'>".$member["firstname"]." ".$member["lastname"]." <".$email."></abbr></li>\n";
|
||||
}
|
||||
echo " </ul>\n";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue