Closed (fixed)
Project:
Devel
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2007 at 00:48 UTC
Updated:
8 Dec 2007 at 14:21 UTC
Because the function devel_shutdown() is registered as a shutdown function near the beginning pf the page load, it may fail to display queries run in shutdown functions registered later in the page load. Attached patch works around this by having devel_shutdown() register the real shutdown function.
This patch should be easily back-portable as well.
| Comment | File | Size | Author |
|---|---|---|---|
| devel-shutdown-real-0.patch | 1.05 KB | pwolanin |
Comments
Comment #1
moshe weitzman commentedi guess that will work.
Comment #2
pwolanin commentedI did give it a quick test with the menu patch, and the calls to cache_clear_all() via the new shutdown functions would then show up in the page footer.
Comment #3
pwolanin commentedbump - did this get committed? Seems not from my last CVS-update of devel
Comment #4
moshe weitzman commentedcommitted. thx.
Comment #5
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.