diff --git a/vilesci/bis/checkfunktion.php b/vilesci/bis/checkfunktion.php index 7aa6ba575..e8f43cb39 100644 --- a/vilesci/bis/checkfunktion.php +++ b/vilesci/bis/checkfunktion.php @@ -119,7 +119,7 @@ if($result = $db->db_query($qry)) if(!$person_error) { //SWS berechnen - $swsneu = number_format(round($row->semstd/$wochen, 2),'.'); + $swsneu = number_format(round($row->semstd/$wochen, 2),2,'.',''); //Funktion fuer diesen Studiengang suchen $bisfunktion = new bisfunktion();