From: willcast Date: Fri, 21 Nov 2003 19:04:21 +0000 (+0000) Subject: - Minor fix (removing a notice) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=375c162355f632bdf2dc5655afb276911c091d5e;p=moodle.git - Minor fix (removing a notice) --- 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 '';