function webformblock_nodestatus in Webform Block 6.3
Same name and namespace in other branches
- 6 webformblock.module \webformblock_nodestatus()
Legacy function to avoid breaking sites that use this old function.
@todo Remove in future version.
File
- ./
webformblock.module, line 211 - Expose webform nodes as Drupal blocks.
Code
function webformblock_nodestatus($nid) {
webformblock_exists($nid);
}