From 98d1895fe002acc50434061df990d8c1dc7dd87e Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 28 May 2009 00:21:42 +0000 Subject: [PATCH] MDL-19307 xmldb documentation - add link from main page to global docs generator --- admin/xmldb/actions/main_view/main_view.class.php | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5