mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
BugFix Incoming Platform und partnerhochschulen.php
- Studiensemester wird nun stsemAktOrNext geladen - partnerhochschulen.php lädt nur aktive
This commit is contained in:
@@ -131,12 +131,16 @@ if ($firma->result)
|
||||
|
||||
foreach($firma->result as $row)
|
||||
{
|
||||
echo '<tr>';
|
||||
echo '<td>',$row->name,'</td>';
|
||||
/*echo '<td>'.($row->content_id!=''?'<a href="../../../cms/content.php?content_id='.$row->content_id.'">'.$row->bezeichnung.'</a>':$row->bezeichnung).'</td>';
|
||||
echo '<td>',$row->beschreibung,'</td>';
|
||||
echo '<td>'.($row->content_id!=''?'<a href="../../../cms/content.php?content_id='.$row->content_id.'">Details</a>':'').'</td>';*/
|
||||
echo '</tr>';
|
||||
// Nur aktive Partnerunis anzeigen
|
||||
if ($row->aktiv)
|
||||
{
|
||||
echo '<tr>';
|
||||
echo '<td>',$row->name,'</td>';
|
||||
/*echo '<td>'.($row->content_id!=''?'<a href="../../../cms/content.php?content_id='.$row->content_id.'">'.$row->bezeichnung.'</a>':$row->bezeichnung).'</td>';
|
||||
echo '<td>',$row->beschreibung,'</td>';
|
||||
echo '<td>'.($row->content_id!=''?'<a href="../../../cms/content.php?content_id='.$row->content_id.'">Details</a>':'').'</td>';*/
|
||||
echo '</tr>';
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user