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