You are here

function google_admanager_set_variable in DFP Small Business (Google Ad Manager) 6.3

2 calls to google_admanager_set_variable()
google_admanager_add_term_attribute in ./google_admanager.module
Re-usable function for adding term attributes.
google_admanager_nodeapi in ./google_admanager.module
Implementation of hook_nodeapi()

File

./google_admanager.module, line 434

Code

function google_admanager_set_variable($variable, $value) {
  google_admanager_get_variables($variable, $value);
}