You are here

function ad_node_update in Advertisement 7

Implementation of hook_node_update().

File

./ad.module, line 988

Code

function ad_node_update($node) {
  ad_nodeapi($node, 'update');
}