This commit is contained in:
Gerald Simane
2009-06-08 06:37:57 +00:00
parent 158402455f
commit 725e178014
660 changed files with 170054 additions and 169940 deletions
+3 -1
View File
@@ -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);
}