From: stronk7 Date: Mon, 9 Jul 2007 17:17:13 +0000 (+0000) Subject: Reverting to previous version to respect cross-db. Final X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=67dc1f78c6ebca7f0b30d523960c1a164dab4d58;p=moodle.git Reverting to previous version to respect cross-db. Final tested solution arriving in hours. MDL-7357 Merged from MOODLE_18_STABLE --- 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'] . '

'; }