From 375c162355f632bdf2dc5655afb276911c091d5e Mon Sep 17 00:00:00 2001 From: willcast Date: Fri, 21 Nov 2003 19:04:21 +0000 Subject: [PATCH] - Minor fix (removing a notice) --- mod/glossary/config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/glossary/config.html b/mod/glossary/config.html index 0508afc535..949b58e1ac 100644 --- a/mod/glossary/config.html +++ b/mod/glossary/config.html @@ -239,7 +239,7 @@ asort($formats); echo ''; - for ($i = 0; $i <= count($formats); $i++) { + for ($i = 0; $i < count($formats); $i++) { if ( $formats[$i] ) { $format = get_record("glossary_displayformats","fid",$i); echo ''; -- 2.39.5