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
@@ -52,7 +52,7 @@ class dokument
function dokument($conn, $dokument_kurzbz=null, $prestudent_id=null, $unicode=false)
{
$this->conn = $conn;
/*
if(!is_null($unicode))
{
if($unicode)
@@ -66,7 +66,7 @@ class dokument
return false;
}
}
*/
if(!is_null($dokument_kurzbz) && !is_null($prestudent_id))
$this->load($dokument_kurzbz, $prestudent_id);
}