function adserve_hook_weight in Advertisement 7
Same name and namespace in other branches
- 6.3 adcache.inc \adserve_hook_weight()
- 6.2 adcache.inc \adserve_hook_weight()
Support weight hooks.
File
- ./
adcache.inc, line 260
Code
function adserve_hook_weight($ids, $hostid) {
return $ids;
}