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
+2 -2
View File
@@ -46,7 +46,7 @@ class pruefling
function pruefling($conn, $pruefling_id=null, $unicode=false)
{
$this->conn = $conn;
/*
if($unicode)
$qry = "SET CLIENT_ENCODING TO 'UNICODE';";
else
@@ -57,7 +57,7 @@ class pruefling
$this->errormsg = 'Encoding konnte nicht gesetzt werden';
return false;
}
*/
if($pruefling_id != null)
$this->load($pruefling_id);
}