mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
This commit is contained in:
@@ -46,6 +46,7 @@ class bisfunktion
|
||||
function bisfunktion($conn, $bisverwendung_id=null, $studiengang_kz=null, $unicode=false)
|
||||
{
|
||||
$this->conn = $conn;
|
||||
/*
|
||||
if($unicode!=null)
|
||||
{
|
||||
if($unicode)
|
||||
@@ -59,7 +60,7 @@ class bisfunktion
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
if($bisverwendung_id != null && $studiengang_kz != null)
|
||||
$this->load($bisverwendung_id, $studiengang_kz);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user