- Syncro ExStudenten

- Kandidaten Kollegiumswahl aktualisiert
- Kreuzerltool Bugfixes
- Sonstige Bugfixes
This commit is contained in:
Andreas Österreicher
2007-01-22 16:28:54 +00:00
parent a071d60ab7
commit 3949ffb5b7
16 changed files with 132 additions and 62 deletions
+2 -2
View File
@@ -206,11 +206,11 @@
{
if($i % 2 == 0)
{
echo " <td align=\"left\" nowrap>&nbsp;<a href='../lvplan/profile/index.php?uid=$row->uid' title='Profil anzeigen'>$row->nachname $row->titelpost</a></td>";
echo " <td align=\"left\" nowrap>&nbsp;<a href='../profile/index.php?uid=$row->uid' title='Profil anzeigen'>$row->nachname $row->titelpost</a></td>";
}
else
{
echo " <td align=\"left\" class=\"MarkLine\" nowrap>&nbsp;<a href='../lvplan/profile/index.php?uid=$row->uid' title='Profil anzeigen'>$row->nachname $row->titelpost</a></td>";
echo " <td align=\"left\" class=\"MarkLine\" nowrap>&nbsp;<a href='../profile/index.php?uid=$row->uid' title='Profil anzeigen'>$row->nachname $row->titelpost</a></td>";
}
}
else