addDataParam('i', $track_id); $restriction_results = $wrapperObj->executeQuery($sql, $dataParams); if ($restriction_results === false) { showierror($sql); } $track_restrictions = array('dms' => array(), 'master_dms' => array(), 'country' => array()); foreach ($restriction_results as $restriction_row) { if ($restriction_row['dms_name']) $track_restrictions['dms'][] = $restriction_row['dms_name']; if ($restriction_row['dms_master_name']) $track_restrictions['master_dms'][] = $restriction_row['dms_master_name']; if ($restriction_row['country_name']) $track_restrictions['country'][] = $restriction_row['country_name']; } asort($track_restrictions['dms']); asort($track_restrictions['master_dms']); asort($track_restrictions['country']); ?>
| DMS Carveouts | DMS Master Carveouts | Territory Carveouts |
|---|---|---|
| =implode(', ', $track_restrictions['dms'])?> | =implode(', ', $track_restrictions['master_dms'])?> | =implode(', ', $track_restrictions['country'])?> |
| No restrictions found. | ||