Issue Details (XML | Word | Printable)

Key: MDL-16097
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Joseph Morwick
Reporter: Joseph Morwick
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

missing global variable in /mod/assignment/lib.php:process_feedback

Created: 18/Aug/08 12:31 PM   Updated: 18/Aug/08 02:44 PM
Return to search
Component/s: Assignment
Affects Version/s: 2.0
Fix Version/s: 2.0

File Attachments: 1. Text File mod-assignment-lib-8-18-2008.patch (0.6 kB)

Issue Links:
Blockers
 

Participants: Joseph Morwick and Mathieu Petit-Clair
Security Level: None
Resolved date: 18/Aug/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
the global variable $DB is used in function process_feedback in file /mod/assignment/lib.php, but is not defined. The attached patch fixes the issue.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Mathieu Petit-Clair added a comment - 18/Aug/08 02:33 PM
Committed to CVS. Thanks!