Compatibility Internet Explorer
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user