1.5: choose_from_menu() problem

1.5: choose_from_menu() problem

by Teemu Sumi -
Number of replies: 2
What's wrong with choose_from_menu() function? It doesn't show default values in any forms of the activities. For example course settings works like it should. This is 1.5 dev problem.


Teemu
Average of ratings: -
In reply to Teemu Sumi

Re: 1.5: choose_from_menu() problem

by John Papaioannou -
I have the feeling that I added this bug yesterday with some strict variable type checking (using gettype()).

Can you try removing the gettype($x) == gettype($y) check from there and see if it returns to normal behavior?

Jon
In reply to John Papaioannou

Re: 1.5: choose_from_menu() problem

by Teemu Sumi -
I tried that in the function defenition but it didn't help.


Teemu