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

version 1.1.2.4, 2007/10/18 12:00:17 version 1.1.2.5, 2009/04/28 13:30:38
Line 15  fm_ns = 'http://www.filemaker.com/fmpxml Line 15  fm_ns = 'http://www.filemaker.com/fmpxml
   
 # list of fields that are taken from XML and checked against DB as conflicts  # 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_new','home_inst','e_mail2']
   
 def sql_quote(v):  def sql_quote(v):
     # quote dictionary      # quote dictionary

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


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