Supplements BUG
This commit is contained in:
parent
10813eadad
commit
5fe516770e
@ -1543,7 +1543,7 @@ if ($placeid > 0) {
|
|||||||
$htmlforlines .= '</td>';
|
$htmlforlines .= '</td>';
|
||||||
}
|
}
|
||||||
$htmlforlines .= '</tr>'."\n";
|
$htmlforlines .= '</tr>'."\n";
|
||||||
$htmlforlines .= empty($htmlsupplements[$line->id]) ? '' : empty($htmlsupplements[$line->id]);
|
$htmlforlines .= empty($htmlsupplements[$line->id]) ? '' : $htmlsupplements[$line->id];
|
||||||
|
|
||||||
print $htmlforlines;
|
print $htmlforlines;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user