we take all <database> tags from xml instead of taking all <database> tags contained in <supported_databases>

added a note on this
This commit is contained in:
fpdb-mme 2009-11-02 08:40:34 +01:00
parent 62ee67c071
commit 01b56919ca

View File

@ -388,6 +388,8 @@ class Config:
# 1) command line option
# or 2) selected="True" in config element
# or 3) just choose the first we come across
#TODO: do we want to take all <database> tags or all <database> tags contained in <supported_databases>
# ..this may break stuff for some users. so leave it unchanged for now untill there is a decission
for db_node in doc.getElementsByTagName("database"):
try:
db = Database(node = db_node)