mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
changing to more cross-db compatible is null
This commit is contained in:
parent
fc61f64b72
commit
675bfda8ae
@ -85,7 +85,7 @@ print_header_simple($strgrades.':'.$stroutcomes, ':'.$strgrades, $navigation, ''
|
||||
|
||||
/// listing of all site outcomes + this course specific outcomes
|
||||
$outcomes = get_records_sql('SELECT * FROM '.$CFG->prefix.'grade_outcomes
|
||||
WHERE ISNULL(courseid)');
|
||||
WHERE courseid IS NULL');
|
||||
|
||||
// outcomes used in this course
|
||||
$courseoutcomes = get_records_sql('SELECT go.id, go.fullname
|
||||
|
Loading…
x
Reference in New Issue
Block a user