This just caught my eye; obsolete and misleading line removed.

This commit is contained in:
defacer 2005-05-22 16:57:24 +00:00
parent 255804071d
commit 5e5c0f1ea5

View File

@ -1179,7 +1179,6 @@ class block_admin extends block_list { ... }
<pre class="code">
function init() {
$this->title = get_string('blockname','block_online_users');
$this->content_type = BLOCK_TYPE_TEXT;
$this->version = 2004111600;
}
</pre>