Problem beim Drucken der Zahlungsbestätigung für Interessenten behoben

This commit is contained in:
Andreas Österreicher
2009-04-29 12:30:24 +00:00
parent fe88872414
commit 333ca0ea7b
+1 -1
View File
@@ -80,7 +80,7 @@ else
if(isset($_GET['stg_kz']))
$xsl_stg_kz=$_GET['stg_kz'];
else
if(isset($_GET['uid']))
if(isset($_GET['uid']) && $_GET['uid']!='')
{
if(strstr(';',$_GET['uid']))
$uids = explode(';',$_GET['uid']);