remove debug
This commit is contained in:
parent
12af22aec9
commit
13ad7f5bad
@ -145,7 +145,6 @@ if ($action == 'create' && GETPOST("accountid", "int") > 0 && $user->rights->ban
|
|||||||
if (GETPOSTISARRAY('toRemise')) {
|
if (GETPOSTISARRAY('toRemise')) {
|
||||||
$object->type = $type;
|
$object->type = $type;
|
||||||
$arrayofid = GETPOST('toRemise', 'array:int');
|
$arrayofid = GETPOST('toRemise', 'array:int');
|
||||||
var_dump($arrayofid);
|
|
||||||
|
|
||||||
$result = $object->create($user, GETPOST("accountid", "int"), 0, GETPOST('toRemise', 'array:int'));
|
$result = $object->create($user, GETPOST("accountid", "int"), 0, GETPOST('toRemise', 'array:int'));
|
||||||
if ($result > 0) {
|
if ($result > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user