- Aktualisierungen Kollegiumswahl

- kurzbz ist jetzt typ + kurzbz
- weiterentwicklungen kreuzerltool
This commit is contained in:
Andreas Österreicher
2007-01-16 17:00:19 +00:00
parent 7afb8e85d7
commit d2ef44150f
23 changed files with 140 additions and 97 deletions
+4 -4
View File
@@ -301,13 +301,13 @@
if($i % 2 == 0)
{
echo "<td align=\"left\" nowrap>&nbsp;$stg_obj->kurzbz</td>";
$kurzbz=$stg_obj->kurzbz;
echo "<td align=\"left\" nowrap>&nbsp;$stg_obj->kuerzel</td>";
$kurzbz=$stg_obj->kuerzel;
}
else
{
echo "<td align=\"left\" class =\"MarkLine\" nowrap>&nbsp;$stg_obj->kurzbz</td>";
$kurzbz=$stg_obj->kurzbz;
echo "<td align=\"left\" class =\"MarkLine\" nowrap>&nbsp;$stg_obj->kuerzel</td>";
$kurzbz=$stg_obj->kuerzel;
}
}
else