You are here

function adserve_hook_weight in Advertisement 6.2

Same name and namespace in other branches
  1. 6.3 adcache.inc \adserve_hook_weight()
  2. 7 adcache.inc \adserve_hook_weight()

Support weight hooks.

File

./adcache.inc, line 260

Code

function adserve_hook_weight($ids, $hostid) {
  return $ids;
}