changing to more cross-db compatible is null

This commit is contained in:
toyomoyo 2007-07-25 09:12:31 +00:00
parent fc61f64b72
commit 675bfda8ae

View File

@ -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