This commit is contained in:
Andreas Österreicher
2008-02-20 15:04:24 +00:00
parent 71900c2021
commit e4d0be0b26
8 changed files with 115 additions and 54 deletions
+1
View File
@@ -37,6 +37,7 @@ function generateUID($stgkzl,$jahr, $stgtyp, $matrikelnummer)
$nr = substr($matrikelnummer, 7);
if($art=='2')
$nr = $nr+500;
return $stgkzl.$jahr.($art!='0'?$stgtyp:'x').$nr;
}