moodle_page: MDL-12212 remove useless code as a preparitory step

This commit is contained in:
tjhunt 2009-05-06 08:26:19 +00:00
parent 7e285632fc
commit c4740390b5
2 changed files with 1 additions and 6 deletions

View File

@ -121,11 +121,6 @@ class page_admin extends page_base {
return $instance->position; return $instance->position;
} }
// does anything need to be done here?
function init_quick($data) {
parent::init_quick($data);
}
function print_header($section = '', $focus='') { function print_header($section = '', $focus='') {
global $USER, $CFG, $SITE; global $USER, $CFG, $SITE;

View File

@ -31,7 +31,7 @@ class block_tag_flickr extends block_base {
function get_content() { function get_content() {
global $CFG, $USER, $PAGE; global $CFG, $USER;
if ($this->content !== NULL) { if ($this->content !== NULL) {
return $this->content; return $this->content;