This commit is contained in:
Sam Ruby 2006-12-27 16:07:38 -05:00
parent 6f7eddf0f0
commit 04f35b8cca

View File

@ -81,7 +81,7 @@ def splice():
if sources:
ids = sources[0].getElementsByTagName('id')
if ids and ids[0].childNodes[0].nodeValue not in sub_ids:
ids = sources[0].getElementsByTagName('planet_id')
ids = sources[0].getElementsByTagName('planet:id')
if not ids: continue
if ids[0].childNodes[0].nodeValue not in sub_ids: continue