Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2006 at 09:46 UTC
Updated:
16 May 2006 at 08:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
Tobias Maier commentedComment #2
AjK commentedThe above patch for removing this PHP warning was incorrect.
Here is the code method:-
--AjK
Comment #3
jonbob commentedHere's a patch to fix the cause of the error rather than suppressing the error.
I think this is rather important to fix, as it happens before our error handler is installed, so the error may be echoed to the browser in certain configurations.
Comment #4
drummI decided that an if statemkent was better than a ternanry operaor in this case.
Comitted to HEAD.
Comment #5
(not verified) commented