From: stronk7 Date: Thu, 28 May 2009 00:21:42 +0000 (+0000) Subject: MDL-19307 xmldb documentation - add link from main page to global docs generator X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=98d1895fe002acc50434061df990d8c1dc7dd87e;p=moodle.git MDL-19307 xmldb documentation - add link from main page to global docs generator --- diff --git a/admin/xmldb/actions/main_view/main_view.class.php b/admin/xmldb/actions/main_view/main_view.class.php index 9f5cbdc644..c79f6160a2 100644 --- a/admin/xmldb/actions/main_view/main_view.class.php +++ b/admin/xmldb/actions/main_view/main_view.class.php @@ -89,6 +89,8 @@ class main_view extends XMLDBAction { $b .= ' [' . $this->str['reservedwords'] . ']'; /// The test button $b .= ' [' . $this->str['test'] . ']'; + /// The docs button + $b .= ' [' . $this->str['doc'] . ']'; /// The check indexes button $b .= ' [' . $this->str['checkindexes'] . ']'; /// The check defaults button