mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
This commit is contained in:
@@ -76,7 +76,7 @@ class uebung
|
||||
function uebung($conn, $uebung_id=null, $unicode=false)
|
||||
{
|
||||
$this->conn = $conn;
|
||||
|
||||
/*
|
||||
if($unicode)
|
||||
$qry = "SET CLIENT_ENCODING TO 'UNICODE';";
|
||||
else
|
||||
@@ -87,7 +87,7 @@ class uebung
|
||||
$this->errormsg = 'Encoding konnte nicht gesetzt werden';
|
||||
return false;
|
||||
}
|
||||
|
||||
*/
|
||||
if($uebung_id!=null)
|
||||
$this->load($uebung_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user