You are here

function blockcache_alter_nodequeue_add in Block Cache Alter 6

Implementation of hook_nodequeue_add().

File

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

Code

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