replace deprecated

This commit is contained in:
Frédéric FRANCE 2020-10-22 22:54:29 +02:00
parent 9a470fa42d
commit 82c3f63c5c
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -1268,7 +1268,7 @@ function dolButtonToOpenUrlInDialogPopup($name, $label, $buttonstring, $url, $di
* @return void
* @deprecated Use print dol_get_fiche_head() instead
*/
function print dol_get_fiche_head($links = array(), $active = '0', $title = '', $notab = 0, $picto = '', $pictoisfullpath = 0, $morehtmlright = '', $morecss = '', $limittoshow = 0, $moretabssuffix = '')
function dol_fiche_head($links = array(), $active = '0', $title = '', $notab = 0, $picto = '', $pictoisfullpath = 0, $morehtmlright = '', $morecss = '', $limittoshow = 0, $moretabssuffix = '')
{
print dol_get_fiche_head($links, $active, $title, $notab, $picto, $pictoisfullpath, $morehtmlright, $morecss, $limittoshow, $moretabssuffix);
}