diff --git a/cis/private/lehre/abgabe_lektor_details.php b/cis/private/lehre/abgabe_lektor_details.php index abf17fc8c..7022ead1f 100644 --- a/cis/private/lehre/abgabe_lektor_details.php +++ b/cis/private/lehre/abgabe_lektor_details.php @@ -22,7 +22,7 @@ */ /******************************************************************************************************* * abgabe_lektor - * abgabe_lektor ist die Lektorenmaske des Abgabesystems + * abgabe_lektor ist die Lektorenmaske des Abgabesystems * fuer Diplom- und Bachelorarbeiten *******************************************************************************************************/ @@ -40,7 +40,7 @@ if (!$db = new basis_db()) $db=false; $sprache = getSprache(); $p = new phrasen($sprache); - + $fixtermin=false; if(!isset($_POST['uid'])) @@ -56,7 +56,7 @@ if(!isset($_POST['uid'])) $datum = ''; $kurzbz = ''; } -else +else { $uid = (isset($_POST['uid'])?$_POST['uid']:'-1'); $projektarbeit_id = (isset($_POST['projektarbeit_id'])?$_POST['projektarbeit_id']:'-1'); @@ -100,7 +100,7 @@ if(isset($_GET['id']) && isset($_GET['uid'])) { if(!is_numeric($_GET['id']) || $_GET['id']=='') die('Fehler bei Parameteruebergabe'); - + $file = $_GET['id'].'_'.$_GET['uid'].'.pdf'; $filename = PAABGABE_PATH.$file; header('Content-Type: application/octet-stream'); @@ -122,7 +122,7 @@ echo '