Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2009 at 20:39 UTC
Updated:
21 Jun 2009 at 02:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
JamesAn commentedThe aggregator module has two static vars, neither of which are ever reset. This patch inserts inline comments explicitly stating that these static vars don't use drupal_static() as is done elsewhere.
Comment #2
JamesAn commentedAs mentioned in #480122-2: Update blogapi module to use drupal_static(), most static vars should be converted over to use the drupal_static() method.
Comment #3
JamesAn commentedOops. Forgot the ampersand in front of drupal_static().
Comment #4
catchComment #5
dries commentedCommitted to CVS HEAD.