PHP notices

Pasqualle - August 4, 2008 - 17:32
Project:Condition(s)
Version:6.x-2.5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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)) {

 
 

Drupal is a registered trademark of Dries Buytaert.