mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -59,6 +59,7 @@ class bisio
|
||||
function bisio($conn, $bisio_id=null, $unicode=false)
|
||||
{
|
||||
$this->conn = $conn;
|
||||
/*
|
||||
if($unicode!=null)
|
||||
{
|
||||
if ($unicode)
|
||||
@@ -74,8 +75,9 @@ class bisio
|
||||
$this->errormsg = "Encoding konnte nicht gesetzt werden";
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
if($bisio_id!=null)
|
||||
$this->load($bisio_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user