mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
fix typo
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user