This commit is contained in:
Andreas Österreicher
2008-06-03 15:49:50 +00:00
parent be8208eea5
commit b8a5efcbdc
12 changed files with 170 additions and 15 deletions
+1
View File
@@ -816,6 +816,7 @@ class prestudent extends person
$this->result[] = $obj;
}
return true;
}
else
{
+1 -1
View File
@@ -42,7 +42,7 @@ function generateUID($stgkzl,$jahr, $stgtyp, $matrikelnummer)
$nr = $nr+500;
return $stgkzl.$jahr.($art!='0'?$stgtyp:'x').$nr;
return strtolower($stgkzl.$jahr.($art!='0'?$stgtyp:'x').$nr);
}
// ****