Closed (fixed)
Project:
Event
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2005 at 14:03 UTC
Updated:
7 Oct 2005 at 14:40 UTC
Installed latest CVS build and there's a code slip in there, producing the following PHP notice:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/html/drupal-cvs/modules/event/event.module on line 1602
Simple fix, remove the dollar on 1602:
$function($node);
Comments
Comment #1
killes@www.drop.org commentedthanks, fixed.
Comment #2
(not verified) commented