Hi,
I got the following error after installing the Antique Modern theme on drupal 5 RC1:
Fatal Error: Call to undefined function "form_render" in the template.php line 199
Apparently the code should be:
$output .= drupal_render($form);
instead of:
$output .= form_render($form);
After this minor change everything seems to be working fine
Comments
Comment #1
merlinofchaos commentedThis is fixed in 1.2
Comment #2
Deyan commentedYes, thanks.
Comment #3
(not verified) commented