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