You are here

function drupal_render_children in Elysia Cron 6.2

Same name and namespace in other branches
  1. 6 elysia_drupalconv.php \drupal_render_children()
1 call to drupal_render_children()
theme_elysia_cron_settings_form in ./elysia_cron.admin.inc

File

./elysia_drupalconv.php, line 106

Code

function drupal_render_children($form) {
  $f = _dcr_form($form);
  return drupal_render($f);
}