mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
- Aktualisierungen Kollegiumswahl
- kurzbz ist jetzt typ + kurzbz - weiterentwicklungen kreuzerltool
This commit is contained in:
@@ -301,13 +301,13 @@
|
||||
|
||||
if($i % 2 == 0)
|
||||
{
|
||||
echo "<td align=\"left\" nowrap> $stg_obj->kurzbz</td>";
|
||||
$kurzbz=$stg_obj->kurzbz;
|
||||
echo "<td align=\"left\" nowrap> $stg_obj->kuerzel</td>";
|
||||
$kurzbz=$stg_obj->kuerzel;
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<td align=\"left\" class =\"MarkLine\" nowrap> $stg_obj->kurzbz</td>";
|
||||
$kurzbz=$stg_obj->kurzbz;
|
||||
echo "<td align=\"left\" class =\"MarkLine\" nowrap> $stg_obj->kuerzel</td>";
|
||||
$kurzbz=$stg_obj->kuerzel;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user