[EMAIL PROTECTED] wrote:
        rdfpic2html( $rdfpicdata );

Shouldn't that be:

$rdfpicdata = rdfpic2html( $rdfpicdata );

Since you haven't defined rdfpic2html as receiving its argument by reference...

--
Jasper Bryant-Greene
Freelance web developer
http://jasper.bryant-greene.name/

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

Reply via email to