decode(htmlspecialchars_decode($ep)); } } $_POST['position_list'] = $pll; $pll = array(); $exp=explode("||||",$_POST['position_list2']); foreach($exp as $ep){ if($ep){ $pll[] = $json->decode(htmlspecialchars_decode($ep)); } } $_POST['position_list2'] = $pll; //categories $pll = array(); $exp=explode("||||",$_POST['position_list3']); foreach($exp as $ep){ if($ep){ $pll[] = $json->decode(htmlspecialchars_decode($ep)); } } $_POST['position_list3'] = $pll; global $current_user; //categories $pll = array(); $exp=explode("||||",$_POST['position_list55']); foreach($exp as $ep){ if($ep){ $pll[] = $json->decode(htmlspecialchars_decode($ep)); } } $_POST['position_list55'] = $pll; require_once('modules/Accounts/AccountFormBase.php'); $accountForm = new AccountFormBase(); $prefix = empty($_REQUEST['dup_checked']) ? '' : 'Accounts'; $accountForm->handleSave($prefix, true, false); ?>