This commit is contained in:
Andreas Österreicher
2008-04-02 15:31:06 +00:00
parent 54ca0df18b
commit 11942b84a6
21 changed files with 73 additions and 59 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
echo "<tr>";
echo " <td>$row->nachname</td>";
echo " <td>$row->vorname</td>";
echo " <td><a href='mailto:$row->uid@technikum-wien.at' class='Item'>$row->uid@technikum-wien.at</a></td>";
echo " <td><a href='mailto:$row->uid@".DOMAIN."' class='Item'>$row->uid@".DOMAIN."</a></td>";
echo "</tr>";
}
}