Details
Description
In the grade/edit/outcome/import.php line 181 & 183 the SQL fails on PGSQL because the double quotes around the shortname should be single quotes.
Since this is a check for if an outcome with the shortname and course id, it will fail and add all the outcomes again.
When you try and access Grade->Outcomes it will be fail because of this error as the new rows have the scaleid of 0.
[Fri Feb 06 11:32:33 2009] [error] [client 203.30.161.253] PHP Fatal
error: Call to a member function load_items() on a non-object in
/var/www/moodle/lib/grade/grade_outcome.php
on line 186, referer:
http://netspot.com.au/grade/edit/outcome/index.php
I know this is fixed in CVS in MDL-14967 but the patch could help others in the meantime.
fixed in cvs, thanks a lot!