forked from Wavyzz/dolibarr
Fix: remove unused global
This commit is contained in:
@@ -1292,8 +1292,7 @@ function dol_get_fiche_end($notab=0)
|
|||||||
*/
|
*/
|
||||||
function dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='rowid', $fieldref='ref', $morehtmlref='', $moreparam='', $nodbprefix=0, $morehtmlleft='', $morehtmlstatus='', $onlybanner=0, $morehtmlright='')
|
function dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='rowid', $fieldref='ref', $morehtmlref='', $moreparam='', $nodbprefix=0, $morehtmlleft='', $morehtmlstatus='', $onlybanner=0, $morehtmlright='')
|
||||||
{
|
{
|
||||||
global $conf, $user, $langs;
|
global $conf, $form, $user, $langs;
|
||||||
global $form, $hookmanager;
|
|
||||||
|
|
||||||
$error = 0;
|
$error = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user