Issue Details (XML | Word | Printable)

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

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

Move function definitions from mod/quiz/edit.php to mod/quiz/editlib.php

Created: 19/Nov/08 04:45 PM   Updated: 22/Nov/08 09:36 PM
Return to search
Component/s: Quiz
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Olli Savolainen and Tim Hunt
Security Level: None
Resolved date: 22/Nov/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
Seems strange to define functions in a non-lib file, when there is a lib file you could use.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Tim Hunt added a comment - 19/Nov/08 04:46 PM
I am thinking of functions like array_add_at and following. The callbacks that were already in edit.php can probably stay there. (Yes, I am being inconsistent!)