From 89d7efdb13a5ed27b222efb35cf80804a2bb3e59 Mon Sep 17 00:00:00 2001 From: willcast Date: Tue, 23 Sep 2003 12:42:29 +0000 Subject: [PATCH] *** empty log message *** --- mod/glossary/edit.php | 2 ++ 1 file changed, 2 insertions(+) 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; } } } -- 2.39.5