Jani Taskinen wrote:
> unset($bug); after the foreach should have fixed that..?

I didn't see another $bug use there, but yes, you are right, in
commit-email.php it is re-used.  I usually avoid using a reference in a
foreach like that for that reason.  Too easy to forget to get rid of the
reference.

-Rasmus

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

Reply via email to