[snip]
function includeXML($file, $locale, $url, $level = 1) {
     // stuff

$xml = '';
Should work here ...
Since the call below is ADDING to $xml you do need something existing to add to so what does that give?
[/snip]

Thanks Lester, that worked. I had just put that in the wrong place. *slaps forehead*

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to