This commit is contained in:
ma0068
2022-03-23 16:34:25 +01:00
parent 37c29455ef
commit f87671ac4f
+1 -1
View File
@@ -180,7 +180,7 @@ else
$qry.=' ORDER BY nachname, vorname';
if($result = $db->db_query($qry))
{center
{
while($row=$db->db_fetch_object($result))
{
$worksheet->write($lines,1,"$row->vorname $row->nachname");