fix stickler
This commit is contained in:
parent
806b40662f
commit
1e438b686e
@ -83,8 +83,7 @@ if ($massaction == 'presend')
|
|||||||
|
|
||||||
if (!GETPOST('cancel', 'alpha'))
|
if (!GETPOST('cancel', 'alpha'))
|
||||||
{
|
{
|
||||||
foreach ($arrayofselected as $toselectid)
|
foreach ($arrayofselected as $toselectid) {
|
||||||
{
|
|
||||||
$result = $objecttmp->fetch($toselectid);
|
$result = $objecttmp->fetch($toselectid);
|
||||||
if ($result > 0)
|
if ($result > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user