Merge from MOODLE_18_STABLE:

Killing BLOCK_NUKE constant, since Martin nuked nuke blocks.
This commit is contained in:
defacer
2007-02-26 13:29:57 +00:00
parent f677bf92cb
commit 86ce75a8e5
-5
View File
@@ -22,11 +22,6 @@ define('BLOCK_TYPE_LIST', 1);
*/
define('BLOCK_TYPE_TEXT', 2);
/**
* Block type of nuke. Compitibility with post nuke blocks. Basically treated as BLOCK_TYPE_TEXT.
*/
define('BLOCK_TYPE_NUKE', 3);
/**
* Class for describing a moodle block, all Moodle blocks derive from this class
*