mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
anzpersonen wurde standardmäßig auf 0 gesetzt
This commit is contained in:
@@ -185,6 +185,7 @@ function searchRaum($datum, $zeit_von, $zeit_bis, $raumtyp=null, $anzpersonen=nu
|
||||
$user = $authentifizierung->username;
|
||||
$passwort = $authentifizierung->passwort;
|
||||
|
||||
$anzpersonen = 0;
|
||||
// User authentifizieren
|
||||
if(!check_user($user, $passwort))
|
||||
return new SoapFault("Server", "Invalid Credentials");
|
||||
|
||||
Reference in New Issue
Block a user