Removed dead code
This commit is contained in:
parent
43d65e8073
commit
d048c0f125
@ -531,13 +531,6 @@ class MyObject extends CommonObject
|
|||||||
}
|
}
|
||||||
$linkclose.=' title="'.dol_escape_htmltag($label, 1).'"';
|
$linkclose.=' title="'.dol_escape_htmltag($label, 1).'"';
|
||||||
$linkclose.=' class="classfortooltip'.($morecss?' '.$morecss:'').'"';
|
$linkclose.=' class="classfortooltip'.($morecss?' '.$morecss:'').'"';
|
||||||
|
|
||||||
/*
|
|
||||||
$hookmanager->initHooks(array('myobjectdao'));
|
|
||||||
$parameters=array('id'=>$this->id);
|
|
||||||
$reshook=$hookmanager->executeHooks('getnomurltooltip',$parameters,$this,$action); // Note that $action and $object may have been modified by some hooks
|
|
||||||
if ($reshook > 0) $linkclose = $hookmanager->resPrint;
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
else $linkclose = ($morecss?' class="'.$morecss.'"':'');
|
else $linkclose = ($morecss?' class="'.$morecss.'"':'');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user