Compatibility Internet Explorer

This commit is contained in:
2018-04-11 17:01:08 +02:00
parent d94a8e88c5
commit 10e9fed11c
4 changed files with 97 additions and 107 deletions

View File

@@ -106,7 +106,7 @@ class BudgetController extends AppController
fwrite($myfile,json_encode($params['?']['schooltype']) . PHP_EOL);
$id = $params['?']['budget'];
$schooltype = $params['?']['schooltype'];
if($schooltype = '02') {
if($schooltype == '02') {
$schooltype_nr = '2';
}
else {