Closed (fixed)
Project:
Mailhandler
Version:
6.x-1.6
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2009 at 15:58 UTC
Updated:
10 Jul 2009 at 15:10 UTC
Every time cron runs, I get an email with the following message (php 5.2.9):
<br />
<b>Warning</b>: Call-time pass-by-reference has been deprecated in <b>sites/all/modules/mailhandler/mailhandler.retrieve.inc</b> on line <b>264</b><br />
Line 264 reads: node_object_prepare(&$node);
Removing the "&" from the parameter removes the warning.
Comments
Comment #1
Ian Ward commentedThis is fixed http://drupal.org/node/491160#comment-1730696