MDL-20410 - remove set_focuscontrol (bulk commit)

This commit is contained in:
Rossiani Wijaya
2010-07-01 05:35:27 +00:00
parent 36099bd4d5
commit 377d7b82f6
12 changed files with 6 additions and 23 deletions
+2 -4
View File
@@ -2132,8 +2132,7 @@ function print_header($title='', $heading='', $navigation='', $focus='',
$PAGE->set_title($title);
$PAGE->set_heading($heading);
$PAGE->set_cacheable($cache);
$PAGE->set_focuscontrol($focus);
$PAGE->set_cacheable($cache);
if ($button == '') {
$button = ' ';
}
@@ -2198,8 +2197,7 @@ function print_header_simple($title='', $heading='', $navigation='', $focus='',
}
$PAGE->set_title($title);
$PAGE->set_heading($heading);
$PAGE->set_focuscontrol($focus);
$PAGE->set_heading($heading);
$PAGE->set_cacheable(true);
$PAGE->set_button($button);