config->title)) { $this->config->title = get_string('activeusers', 'block_activeusers'); } if (empty($this->config->havestart)) { $this->config->havestart=0; } if (empty($this->config->haveend)) { $this->config->haveend=0; } if (empty($this->config->numberofusers)) { $this->config->numberofusers=10; } require_once('config_instance_form.php'); $config_form = new activeusers_config_instance_form(); // Reset the update stats check box $this->config->updatestats=0; $config_form->set_data($this->config); $config_form->display(); ?>