Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Leif Andersson
ReglerAddress
Commits
5d136879
Commit
5d136879
authored
Jan 17, 2020
by
Leif Andersson
Browse files
Mera action.printGroup.php
parent
3b99f0eb
Changes
1
Show whitespace changes
Inline
Side-by-side
action.printGroup.php
View file @
5d136879
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment