From ce85b7c7f806126f6c4487cde54a990cfa8d1eba Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 10 Aug 2006 15:42:33 +0000 Subject: - Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with arrays like FAPI for viewing. Once again, we're paving the path for CCK in core ... :) --- modules/watchdog/watchdog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/watchdog/watchdog.module') diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index c81b6e352..05e738371 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -152,7 +152,7 @@ function watchdog_overview() { } function theme_watchdog_form_overview($form) { - return '
'. form_render($form) .'
'; + return '
'. drupal_render($form) .'
'; } function watchdog_form_overview_submit($form_id, $form) { -- cgit v1.2.3