|
|
| Participants: |
Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
01/May/07
|
| Affected Branches: |
MOODLE_17_STABLE, MOODLE_18_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
The problem is in use of $adminroot - its value is the same as global $ADMIN, there is no need to pass it around in function parameters.
Also we could allow using of normal print_footer() because we can detect if we printed special admin header before.
|
|
Description
|
The problem is in use of $adminroot - its value is the same as global $ADMIN, there is no need to pass it around in function parameters.
Also we could allow using of normal print_footer() because we can detect if we printed special admin header before. |
Show » |
|