replace deprecated
This commit is contained in:
parent
9a470fa42d
commit
82c3f63c5c
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user