Diff for /MPIWGWeb/Attic/updatePersonalWWW.py between versions 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2007/04/26 17:02:09 version 1.1.2.4, 2007/10/18 12:00:17
Line 10  import logging Line 10  import logging
 from xml import sax  from xml import sax
 from amara import saxtools  from amara import saxtools
   
   # namespace for FileMaker8
 fm_ns = 'http://www.filemaker.com/fmpxmlresult'  fm_ns = 'http://www.filemaker.com/fmpxmlresult'
   
   # list of fields that are taken from XML and checked against DB as conflicts
 #checkFields=['key','first_name','last_name','title','home_inst','current_work','e_mail2']  #checkFields=['key','first_name','last_name','title','home_inst','current_work','e_mail2']
 checkFields=['key','first_name','last_name','title','home_inst','e_mail2']  checkFields=['key','first_name','last_name','title','home_inst','e_mail2']
   

Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>