quote:
Originally posted by SonicSam
I assume extra work will be needed ()
I'll take that as "Please do it for me"
Maybe the following lines replacing the array_flip line would work.
php code:
foreach ($release as $release_item) {
$delete[$release_item['name']] = "";
}