From 67dc1f78c6ebca7f0b30d523960c1a164dab4d58 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 9 Jul 2007 17:17:13 +0000 Subject: [PATCH] Reverting to previous version to respect cross-db. Final tested solution arriving in hours. MDL-7357 Merged from MOODLE_18_STABLE --- admin/xmldb/actions/check_indexes/check_indexes.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/admin/xmldb/actions/check_indexes/check_indexes.class.php b/admin/xmldb/actions/check_indexes/check_indexes.class.php index f24026fe36..8ad40b12fd 100644 --- a/admin/xmldb/actions/check_indexes/check_indexes.class.php +++ b/admin/xmldb/actions/check_indexes/check_indexes.class.php @@ -232,16 +232,17 @@ class check_indexes extends XMLDBAction { /// If we have found missing indexes inform about them if (count($missing_indexes)) { $r.= '

' . $this->str['yesmissingindexesfound'] . '

'; - $r.= '

'; + $r.= ' '; } else { $r.= '

' . $this->str['nomissingindexesfound'] . '

'; } -- 2.39.5