This commit is contained in:
Gerald Simane
2009-07-16 12:17:40 +00:00
parent bc7306d682
commit 5789b15424
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ foreach ($sg->result as $twraum)
}
$reslink = "?toggle=true&rres=".$twraum->ort_kurzbz."&rlehre=NULL&raktiv=NULL";
$htmlstr .= " <td align='center'><a href='".$reslink."'><img src='../../skin/images/".$resbild."'></a></td>\n";
if($twraum->aktiv=='t')
if($twraum->aktiv)
{
$aktivbild = "true.gif";
}
@@ -55,7 +55,7 @@
$htmlstr .= " <td>".$stg->typ."</td>\n";
$htmlstr .= " <td><a href='studiengang_details.php?studiengang_kz=".$stg->studiengang_kz."' target='detail_studiengang'>".$stg->bezeichnung."</a></td>\n";
if($stg->aktiv=='t')
if($stg->aktiv)
$aktivbild = "true.gif";
else
$aktivbild = "false.gif";