From: willcast Date: Tue, 23 Sep 2003 12:42:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=89d7efdb13a5ed27b222efb35cf80804a2bb3e59;p=moodle.git *** empty log message *** --- diff --git a/mod/glossary/edit.php b/mod/glossary/edit.php index 547d49b630..99467bcc7f 100644 --- a/mod/glossary/edit.php +++ b/mod/glossary/edit.php @@ -130,6 +130,8 @@ if ($e) { if ( $category > 0 ) { $newcategory->categoryid =$category; insert_record("glossary_entries_categories",$newcategory); + } else { + break; } } }