You are here

function blockcache_alter_nodequeue_remove in Block Cache Alter 6

Implementation of hook_nodequeue_remove().

File

./blockcache_alter.module, line 427
Block Cache alter.

Code

function blockcache_alter_nodequeue_remove($sqid, $nid) {
  _blockcache_alter_nodequeue_cleanup($sqid);
}