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