This commit is contained in:
Rudolf Hangl
2009-06-02 11:12:24 +00:00
parent 27ab744d4f
commit 08e962f63a
+2 -2
View File
@@ -85,8 +85,8 @@ else
<th class='table-sortable:alphanumeric'>Nachname</th>";
$htmlstr .= "<th>Typ</th>
<th>Titel</th>
<th>1.Betreuer</th>
<th>2.Betreuer</th>";
<th>1.Begutachter</th>
<th>2.Begutachter</th>";
$htmlstr .= "</tr></thead><tbody>\n";
$i = 0;
while($row=pg_fetch_object($erg))