One space out

This commit is contained in:
stronk7 2005-01-14 08:36:48 +00:00
parent 6707021791
commit 68600084f4

View File

@ -59,7 +59,7 @@
if ( $lastcategory != $concept->id ) {
$category = get_record("glossary_categories","id",$concept->id);
$lastcategory = $concept->id;
if ( empty($cm->instance) || $cm->instance != $category->glossaryid ) {
if ( empty($cm->instance) || $cm->instance != $category->glossaryid ) {
$gcat = get_record("glossary","id",$category->glossaryid);
if ( !$cm = get_coursemodule_from_instance("glossary", $category->glossaryid, $gcat->course) ) {
$cm->id = 1;