function dynamic_banner_node_update in Dynamic Banner 7
Implements hook_node_update().
File
- ./
dynamic_banner.module, line 102 - Distributed under GNU GPL version 3
Code
function dynamic_banner_node_update($node) {
// change the old value to the new one
// grab the old one search the table and insert (replace)
}