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
Comment #1
haffmans commentedEasy fix, so implemented straight away. Will make a new release soon.
Comment #3
haffmans commentedIt was already fixed in -dev in August. Just created 6.x-1.1 (long overdue, sorry) which includes the fix as well.