MDL-28135 general Updated broken and typo docs links

This commit is contained in:
Aparup Banerjee
2011-07-05 14:41:29 +08:00
parent 19b4d9d831
commit 3b1b5018f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ class sqlsrv_native_moodle_database extends moodle_database {
public function get_configuration_hints() {
$str = get_string('databasesettingssub_sqlsrv', 'install');
$str .= "<p style='text-align:right'><a href=\"javascript:void(0)\" ";
$str .= "onclick=\"return window.open('http://docs.moodle.org/en/Installing_sqlsrv_for_PHP')\"";
$str .= "onclick=\"return window.open('http://docs.moodle.org/en/Using_the_Microsoft_SQL_Server_Driver_for_PHP')\"";
$str .= ">";
$str .= '<img src="pix/docs.gif'.'" alt="Docs" class="iconhelp" />';
$str .= get_string('moodledocslink', 'install').'</a></p>';
+1 -1
View File
@@ -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;