From 5e5c0f1ea576d24bb19c620c0ee79b2dc9b39dff Mon Sep 17 00:00:00 2001 From: defacer Date: Sun, 22 May 2005 16:57:24 +0000 Subject: [PATCH] This just caught my eye; obsolete and misleading line removed. --- blocks/HOWTO.html | 1 - 1 file changed, 1 deletion(-) diff --git a/blocks/HOWTO.html b/blocks/HOWTO.html index eae7b5abb7d..492beab79e2 100644 --- a/blocks/HOWTO.html +++ b/blocks/HOWTO.html @@ -1179,7 +1179,6 @@ class block_admin extends block_list { ... }
     function init() {
         $this->title = get_string('blockname','block_online_users');
-        $this->content_type = BLOCK_TYPE_TEXT;
         $this->version = 2004111600;
     }