--- ZSQLExtend/importFMPXML.py 2007/12/11 20:30:40 1.18 +++ ZSQLExtend/importFMPXML.py 2007/12/14 21:30:55 1.19 @@ -412,7 +412,7 @@ class xml_handler: args = [] for fn in self.xml_update_list: # do not update id_field - if self.id_field and fn == self.xml_id: + if update and fn == self.xml_id: continue f = self.xml_field_map[fn]