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 .= "
'; 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;