Bugfixes for Incoming-Tool

- Upload Picture fixed
- Multilanguage for document-upload
- Removed Picture from document-upload
- All courses are shown. Even those without vacancies
- Phrase for no vacancies
This commit is contained in:
kindlm
2016-04-29 17:33:51 +02:00
parent cd71e69942
commit 202fcec66d
5 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ $person = new person();
if(isset($_SESSION['prestudent/user']))
$person_id=$person->checkZugangscode($_SESSION['prestudent/user']);
if(isset($_SESSION['incoming/user']))
$person_id=$person->checkZugangscode($_SESSION['prestudent/user']);
$person_id=$person->checkZugangscode($_SESSION['incoming/user']);
if($person_id!=$_GET['person_id'])
die('Sie haben keine Berechtigung für diese Seite');