mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-21 14:09:27 +00:00
Problem beim Drucken der Zahlungsbestätigung für Interessenten behoben
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user