This happens because the code that initialize the variable ($id) is not executed all times; it's enough to move that code ($id = xmlsitemap_cache_id()) before the IF-statement.
This happens because the code that initialize the variable ($id) is not executed all times; it's enough to move that code ($id = xmlsitemap_cache_id()) before the IF-statement.
Comments
Comment #1
avpadernoThe code has been changed in CVS.
Comment #3
avpadernoThe last committed code still references a not initialized variable.
Comment #4
Anonymous (not verified) commentedThe suggested change has been committed to CVS.