In smileys_admin_list() the code calls drupal_render() to render the form it presents; that is not the correct way to do it, as in Drupal 6 (but also in Drupal 5) there is the function drupal_render_form(), which is more appropriate for this task.

Comments

Gurpartap Singh’s picture

Status: Active » Closed (duplicate)
avpaderno’s picture

Title: Use dupal_render_form » Use drupal_render_form