Update box.php
$userid defined twice
This commit is contained in:
parent
a3fb8d3e14
commit
40059f1d05
@ -42,7 +42,6 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/infobox.class.php';
|
|||||||
|
|
||||||
$boxid = GETPOST('boxid', 'int');
|
$boxid = GETPOST('boxid', 'int');
|
||||||
$boxorder = GETPOST('boxorder');
|
$boxorder = GETPOST('boxorder');
|
||||||
$userid = GETPOST('userid');
|
|
||||||
$zone = GETPOST('zone', 'int');
|
$zone = GETPOST('zone', 'int');
|
||||||
$userid = GETPOST('userid', 'int');
|
$userid = GETPOST('userid', 'int');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user