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 -3
View File
@@ -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;
}
}