mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 17:32:18 +00:00
Automatisches Scrollen am Infoscreen und Übersetzungen im Phrasenmodul
This commit is contained in:
@@ -464,9 +464,9 @@ if (!$db = new basis_db())
|
||||
|
||||
if ($anz_incoming > -1)
|
||||
{
|
||||
echo '<tr><td>Incoming: </td><td>'.stripslashes($anz_incoming).'</td></tr>';
|
||||
echo '<tr><td>Places Available for Incoming Students: </td><td>'.stripslashes($anz_incoming).'</td></tr>';
|
||||
}
|
||||
else echo '<tr><td>Incoming: </td><td>0</td></tr>';
|
||||
else echo '<tr><td>Places Available for Incoming Students: </td><td>0</td></tr>';
|
||||
|
||||
echo "<tr><td> </td><td> </td></tr>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user