]> git.mjollnir.org Git - moodle.git/commitdiff
*** empty log message ***
authorwillcast <willcast>
Tue, 23 Sep 2003 12:42:29 +0000 (12:42 +0000)
committerwillcast <willcast>
Tue, 23 Sep 2003 12:42:29 +0000 (12:42 +0000)
mod/glossary/edit.php

index 547d49b63026491d25bfbae98a4663c63dc09ebf..99467bcc7f7646c5a590baa50be94a2cee146a2d 100644 (file)
@@ -130,6 +130,8 @@ if ($e) {
                     if ( $category > 0 ) {
                         $newcategory->categoryid =$category;
                         insert_record("glossary_entries_categories",$newcategory);
+                    } else {
+                        break;
                     }
                 }
            }