function ytarget_is_dev in Webform Yandex Goals 7
Same name and namespace in other branches
- 7.2 ytarget.module \ytarget_is_dev()
1 call to ytarget_is_dev()
File
- ./
ytarget.module, line 134
Code
function ytarget_is_dev() {
return (bool) variable_get('ytarget_dev', FALSE);
}