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.