mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
- Syncro ExStudenten
- Kandidaten Kollegiumswahl aktualisiert - Kreuzerltool Bugfixes - Sonstige Bugfixes
This commit is contained in:
@@ -206,11 +206,11 @@
|
||||
{
|
||||
if($i % 2 == 0)
|
||||
{
|
||||
echo " <td align=\"left\" nowrap> <a href='../lvplan/profile/index.php?uid=$row->uid' title='Profil anzeigen'>$row->nachname $row->titelpost</a></td>";
|
||||
echo " <td align=\"left\" nowrap> <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> <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> <a href='../profile/index.php?uid=$row->uid' title='Profil anzeigen'>$row->nachname $row->titelpost</a></td>";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user