FIX check !empty exclude select element
This commit is contained in:
parent
09dfcc6016
commit
ec9eeb5201
@ -697,9 +697,10 @@ foreach ($listofreferent as $key => $value)
|
||||
$urlnew=$value['urlnew'];
|
||||
$buttonnew=$value['buttonnew'];
|
||||
$testnew=$value['testnew'];
|
||||
$exclude_select_element=array('payment_various',$value['exclude_select_element']);
|
||||
$exclude_select_element = array('payment_various');
|
||||
if (!empty($value['exclude_select_element'])) $exclude_select_element[] = $value['exclude_select_element'];
|
||||
|
||||
|
||||
|
||||
if ($qualified)
|
||||
{
|
||||
// If we want the project task array to have details of users
|
||||
|
||||
Loading…
Reference in New Issue
Block a user