6 lines
241 B
PHP
6 lines
241 B
PHP
<?PHP
|
|
$podcast_contributor_roles['onair'] = 'On air';
|
|
$podcast_contributor_roles['recording'] = 'Recording';
|
|
$podcast_contributor_roles['technical_support'] = 'Technical support';
|
|
$podcast_contributor_roles['organization'] = 'Organization';
|