mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
This commit is contained in:
@@ -60,6 +60,7 @@ class bisverwendung
|
||||
function bisverwendung($conn, $bisverwendung_id=null, $unicode=false)
|
||||
{
|
||||
$this->conn = $conn;
|
||||
/*
|
||||
if($unicode!=null)
|
||||
{
|
||||
if($unicode)
|
||||
@@ -73,7 +74,7 @@ class bisverwendung
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
if($bisverwendung_id != null)
|
||||
$this->load($bisverwendung_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user