Skip to content
Snippets Groups Projects
Commit 5d136879 authored by Leif Andersson's avatar Leif Andersson
Browse files

Mera action.printGroup.php

parent 3b99f0eb
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ $HEAD = <<<EOS
<body>
<table>
<tr><td>Kolumn1</td><td>Kolumn2</td><td>Kolumn3</td><td>Kolumn4</td>
<td>Kolumn5</td><td>Kolumn6</td></tr>
<td>Kolumn5</td><td>Kolumn6</td><td>Epost</td></tr>
EOS;
......@@ -34,7 +34,8 @@ foreach ($members as $member) {
foreach($aas as $aa) $adr .= '<td>'. $aa .'</td>';
$col++;
}
for ($i = $col; $i < $colmax; $i++) $adr .= '<td>x</td>';
for ($i = $col; $i < $colmax; $i++) $adr .= '<td></td>';
if ($member->Epost) {$adr .= '<td>'.$member->Epost.'</td>';}
$adr .= '</tr>';
$addresses[] = $adr;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment