2
0
forked from Wavyzz/dolibarr

Fix: remove unused global

This commit is contained in:
Regis Houssin
2018-03-27 17:40:17 +02:00
parent 35b6cb750f
commit 2b8fe93fc8

View File

@@ -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;