Revert "NEW Converted Form::textwithtooltip and Form::textwithpicto to static functions"

This reverts commit 4d78932fe8.
This commit is contained in:
Laurent Destailleur 2016-03-25 15:34:23 +01:00
parent 4dc6acafe0
commit 68e06a4634

View File

@ -5084,7 +5084,7 @@ class Form
* @param CommonObject $object Object we want to show links to
* @return int <0 if KO, >0 if OK
*/
function showLinkedObjectBlock(CommonObject $object)
function showLinkedObjectBlock($object)
{
global $conf,$langs,$hookmanager;
global $bc;