From 333ca0ea7b65ccea7f6c268daa64c6a4e7f6f43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 29 Apr 2009 12:30:24 +0000 Subject: [PATCH] =?UTF-8?q?Problem=20beim=20Drucken=20der=20Zahlungsbest?= =?UTF-8?q?=C3=A4tigung=20f=C3=BCr=20Interessenten=20behoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/pdfExport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pdfExport.php b/content/pdfExport.php index 1a4810032..0a72cf19f 100644 --- a/content/pdfExport.php +++ b/content/pdfExport.php @@ -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']);