Issue Details (XML | Word | Printable)

Key: MDL-16996
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Tim Hunt
Reporter: Tim Hunt
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-16966

Write JavaScript

Created: 24/Oct/08 02:39 PM   Updated: 03/Nov/08 02:04 PM
Component/s: Administration
Affects Version/s: 2.0
Fix Version/s: 2.0

Issue Links:
Relates
 

Participants: Nicolas Martignoni and Tim Hunt
Security Level: None
Resolved date: 03/Nov/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nicolas Martignoni added a comment - 02/Nov/08 05:21 AM
Function output_optgroup() in /user/selector/lib.php (around line 429) prints string $groupname using s(), which should be avoided (see MDL-13975).

Tim Hunt added a comment - 03/Nov/08 02:04 PM
OK, I changed it to htmlspecialchars.