From: moodler Date: Sun, 5 Jan 2003 12:00:57 +0000 (+0000) Subject: Fixes to use new mysql module with frame X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8b3235f57f3597286c4b3208176fabe715579798;p=moodle.git Fixes to use new mysql module with frame --- diff --git a/admin/index.php b/admin/index.php index ffebe873d0..62c9e6efbf 100644 --- a/admin/index.php +++ b/admin/index.php @@ -268,7 +268,7 @@ "

".get_string("choosetheme")."

". "

".get_string("checklanguage")."

"; if (file_exists("$CFG->dirroot/admin/$CFG->dbtype")) { - $table->data[0][0] .= "

dbtype/\">".get_string("managedatabase")."

"; + $table->data[0][0] .= "

dbtype/frame.php\">".get_string("managedatabase")."

"; } $table->data[0][1] = "

".get_string("addnewcourse")."

". "

".get_string("assignteachers")."

". diff --git a/course/lib.php b/course/lib.php index 7b447c4fc5..eec952663e 100644 --- a/course/lib.php +++ b/course/lib.php @@ -608,7 +608,7 @@ function print_admin_links ($siteid, $width=180) { $moddata[]="wwwroot/admin/lang.php\">".get_string("checklanguage").""; $modicon[]=$icon; if (file_exists("$CFG->dirroot/admin/$CFG->dbtype")) { - $moddata[]="wwwroot/admin/$CFG->dbtype/\">".get_string("managedatabase").""; + $moddata[]="wwwroot/admin/$CFG->dbtype/frame.php\">".get_string("managedatabase").""; $modicon[]=$icon; } $moddata[]="
";