diff --git a/content/pdfExport.php b/content/pdfExport.php index 0976ad460..5e681c17d 100644 --- a/content/pdfExport.php +++ b/content/pdfExport.php @@ -71,7 +71,7 @@ else // in dem der 1. Studierende in der Liste ist if(isset($_GET['uid']) && $_GET['uid']!='') { - if(strstr(';',$_GET['uid'])) + if(strstr($_GET['uid'],';')) $uids = explode(';',$_GET['uid']); else $uids = $_GET['uid'];