]> git.mjollnir.org Git - moodle.git/commitdiff
Fixes to use new mysql module with frame
authormoodler <moodler>
Sun, 5 Jan 2003 12:00:57 +0000 (12:00 +0000)
committermoodler <moodler>
Sun, 5 Jan 2003 12:00:57 +0000 (12:00 +0000)
admin/index.php
course/lib.php

index ffebe873d0a39a5e31966e0ac56b907246099ba1..62c9e6efbf1f0eccbbbb142b546398ac48c0ce54 100644 (file)
                          "<P><A HREF=\"../theme/index.php\">".get_string("choosetheme")."</A></P>".
                          "<P><A HREF=\"lang.php\">".get_string("checklanguage")."</A></P>";
     if (file_exists("$CFG->dirroot/admin/$CFG->dbtype")) {
-        $table->data[0][0] .= "<P><A HREF=\"$CFG->dbtype/\">".get_string("managedatabase")."</A></P>";
+        $table->data[0][0] .= "<P><A HREF=\"$CFG->dbtype/frame.php\">".get_string("managedatabase")."</A></P>";
     }
     $table->data[0][1] = "<P><A HREF=\"../course/edit.php\">".get_string("addnewcourse")."</A></P>".
                          "<P><A HREF=\"../course/teacher.php\">".get_string("assignteachers")."</A></P>".
index 7b447c4fc58c9a591a0dbdc80fb41995ca2b7d17..eec952663e79ee5ac8887939a5d28819050084fe 100644 (file)
@@ -608,7 +608,7 @@ function print_admin_links ($siteid, $width=180) {
     $moddata[]="<A HREF=\"$CFG->wwwroot/admin/lang.php\">".get_string("checklanguage")."</A>";
     $modicon[]=$icon;
     if (file_exists("$CFG->dirroot/admin/$CFG->dbtype")) {
-        $moddata[]="<A HREF=\"$CFG->wwwroot/admin/$CFG->dbtype/\">".get_string("managedatabase")."</A>";
+        $moddata[]="<A HREF=\"$CFG->wwwroot/admin/$CFG->dbtype/frame.php\">".get_string("managedatabase")."</A>";
         $modicon[]=$icon;
     }
     $moddata[]="<HR>";