This is a child task for #422380: Convert all core module to use new static caching API focusing on the block module.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | jamesan_480112-3.patch | 1.66 KB | JamesAn |
| #2 | jamesan_480112-2.patch | 1.66 KB | JamesAn |
| #1 | jamesan_480112-2.patch | 1.63 KB | JamesAn |
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.