Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
block.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2009 at 20:49 UTC
Updated:
21 Jun 2009 at 02:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
JamesAn commentedThere are 3 static vars in the block module, none of which are ever reset. Comments were inserted to mark that.
I also made the following semantic change:
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.