mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
- Bugfix Notebook Registration
- Bugfix für LV-Planung-Statistik im Excelformat für Lektoren - Überbuchungsprüfung für LV-Plan
This commit is contained in:
@@ -253,7 +253,7 @@
|
||||
else if ($error == 3)
|
||||
echo '<h3>Die MAC Adresse ist bereits in Verwendung, bitte melden Sie sich bei der ITS <a href="mailto:[email protected]">[email protected]</a></h3>';
|
||||
|
||||
if(isset($mac_result))
|
||||
if(isset($mac_result) && $mac_result!='')
|
||||
{
|
||||
if($mac_result == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user