mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
- Status Aufgenommener muss vorhanden sein, bevor ein Student inskirbiert werden kann. StSem und AusbSem müssen bei Aufgenommener und Bewerber gleich sein
- Diverse Bugfixes
This commit is contained in:
@@ -238,7 +238,7 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>';
|
||||
$cDebug.='<td title="Third">'.$tmp_value['ThirdLevel'].'</td>';
|
||||
$cDebug.='<td title="Fourth">'.$tmp_value['FourthLevel'].'</td>';
|
||||
$cDebug.='<td title="Href">'.$tmp_value['APPHref'].'</td>';
|
||||
$cDebug.='<td title="Icon">'.(!empty($tmp_value['Icon'])?'<img onError="this.onerror=null;this.src=\'blank.png\';" height="16" src="'.$tmp_value['Icon'].'" alt="Icon" />':'').'</td>';
|
||||
$cDebug.='<td title="Icon">'.(!empty($tmp_value['Icon'])?'<img onError="this.onerror=null;this.src=\'../../../skin/images/blank.gif\';" height="16" src="'.$tmp_value['Icon'].'" alt="Icon" />':'').'</td>';
|
||||
$cDebug.='<td title="Error">'.$tmp_value['Error'].'</td>';
|
||||
$cDebug.='</tr>';
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<head>
|
||||
<META http-equiv="refresh" content="0;URL=index.php">
|
||||
<title>Stundenplan</title>
|
||||
<link rel="stylesheet" href="../../skin/style.css.php" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
Sie werden nicht weitergeleitet? <a class="Item" href="index.php">(Klick here)</a>
|
||||
|
||||
Reference in New Issue
Block a user