After activating the module you get a persistent PHP warning error ion every page of the website: "Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\bertuelo6\sites\all\modules\tcontact\tcontact.module on line 44".

It can be silenced or it will not appear depending your PHP version and configuration, but I believe there is no need to call &$form in line 44 (call $form variable by reference); $form would be fine and no warning messages anywhere :-)

Comments

haffmans’s picture

Assigned: Unassigned » haffmans
Status: Active » Fixed

Easy fix, so implemented straight away. Will make a new release soon.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

haffmans’s picture

It was already fixed in -dev in August. Just created 6.x-1.1 (long overdue, sorry) which includes the fix as well.