|
|
| Participants: |
Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
20/Dec/07
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
settings.php search.php and upgrdesettings.php duplicates a lot of code for saving of settings, the problem was in fact that checkboxes were not included in _POST.
problems:
* checkboxes bug in upgradesettings - unchecked meant default value :-(
* setting dependency problems
* fragile upgrade settings if errors
* other minor problems
|
|
Description
|
settings.php search.php and upgrdesettings.php duplicates a lot of code for saving of settings, the problem was in fact that checkboxes were not included in _POST.
problems:
* checkboxes bug in upgradesettings - unchecked meant default value :-(
* setting dependency problems
* fragile upgrade settings if errors
* other minor problems |
Show » |
|