Skip to content

Instantly share code, notes, and snippets.

@nilsmunch
Created November 3, 2015 15:41
Show Gist options
  • Save nilsmunch/dfcfaab72bd3b088752d to your computer and use it in GitHub Desktop.
Save nilsmunch/dfcfaab72bd3b088752d to your computer and use it in GitHub Desktop.
if(empty($choices['medic'])){
$choices['medic'] = $choices['medic'];
}
if(empty($choices['treat'])){
$choices['treat'] = $choices['treat'];
}
if(empty($choices['doctor'])){
$choices['doctor'] = $choices['doctor'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment