From 3b1b5018f7723a3e52f70f5deb52d2eaf2b0e239 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Tue, 5 Jul 2011 14:34:25 +0800 Subject: [PATCH 1/1] MDL-28135 general Updated broken and typo docs links --- lib/dml/sqlsrv_native_moodle_database.php | 2 +- lib/pagelib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dml/sqlsrv_native_moodle_database.php b/lib/dml/sqlsrv_native_moodle_database.php index e686ac52d9e..805ab53f56f 100644 --- a/lib/dml/sqlsrv_native_moodle_database.php +++ b/lib/dml/sqlsrv_native_moodle_database.php @@ -117,7 +117,7 @@ class sqlsrv_native_moodle_database extends moodle_database { public function get_configuration_hints() { $str = get_string('databasesettingssub_sqlsrv', 'install'); $str .= "

'; $str .= get_string('moodledocslink', 'install').'

'; diff --git a/lib/pagelib.php b/lib/pagelib.php index 909d3d22b82..bc5192f5265 100644 --- a/lib/pagelib.php +++ b/lib/pagelib.php @@ -1877,7 +1877,7 @@ class page_course extends page_base { class page_generic_activity extends page_base { // Although this function is deprecated, it should be left here because // people upgrading legacy code need to copy it. See - // http://docs.moodle.org/dev/Migrating_your_code_code_to_the_2.0_rendering_API + // http://docs.moodle.org/dev/Migrating_your_code_to_the_2.0_rendering_API function print_header($title, $morenavlinks = NULL, $bodytags = '', $meta = '') { global $USER, $CFG, $PAGE, $OUTPUT; -- 2.43.0