> foreach > (array_unique(array_merge(array_keys($args[0]),array_keys($args[1]))) as $key)
Sorry: array_keys() is the problem code, it should be array_merge($args[0],$args[1]) because it operates on keys, not values. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
