Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
1 Jan 2002 at 21:32 UTC
Updated:
1 Feb 2002 at 14:44 UTC
In Drupal CVS up to date as of today, the "administer" links on nodes (the links of the form /admin.php?mod=node&op=edit&id=15) produce the following error:
Fatal error: Call to undefined function: comments_all() in /home/www/gnudist.org/modules/comment.module on line 547
Did this function go away in a recent update?
Comments
Comment #1
dries commentedFixed. It was a typo: comments_all() should have been comment_all() instead.
Comment #2
(not verified) commentedClosing this properly so the stats look better.