Active
Project:
Condition(s)
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2008 at 17:32 UTC
Updated:
4 Aug 2008 at 17:32 UTC
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)) {