mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
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='')
|
||||
{
|
||||
global $conf, $user, $langs;
|
||||
global $form, $hookmanager;
|
||||
global $conf, $form, $user, $langs;
|
||||
|
||||
$error = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user