Posted by Pasqualle on August 4, 2008 at 5:32pm
| Project: | Condition(s) |
| Version: | 6.x-2.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
If you want others to use your module you should care about E_ALL Compliance and fix the PHP notices.
to see the problems change line 580 in includes/common.inc
from
if ($errno & (E_ALL ^ E_NOTICE)) {to
if ($errno & (E_ALL)) {