Skip to content

Instantly share code, notes, and snippets.

@matula
Created February 6, 2014 23:01
Show Gist options
  • Save matula/8854273 to your computer and use it in GitHub Desktop.
Save matula/8854273 to your computer and use it in GitHub Desktop.
<?php
$final_notification = [];
foreach ($admin_notification as $an) {
if (!empty($an)) {
$final_notification[] = $an;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment