From 1989af752d62d8c0c8fb32f766aa9ba1ca9f6498 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 24 Sep 2019 00:38:22 +0200 Subject: [PATCH] fix points estet --- html/Estet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/Estet.php b/html/Estet.php index 7159957..4ecf01b 100644 --- a/html/Estet.php +++ b/html/Estet.php @@ -62,7 +62,7 @@ createCourse("Svenska 3","sve3",100 , ""); createCourse("Estetisk kommunikation","estkom",100 , ""); createCourse("Konstarterna och samhället","konst",50 , ""); createCourse("Inriktning 1","inr1",100 , ""); -createCourse("Inriktning 2","inr2",100 , ""); +createCourse("Inriktning 2","inr2",200 , ""); createCourse("Inriktning 3","inr3",100 , ""); createCourse("Programfördjupning 1","prof1",100 , ""); createCourse("Programfördjupning 2","prof2",100 , "");