Changeset 377

Show
Ignore:
Timestamp:
Mon Feb 25 07:33:32 2008
Author:
Brian
Message:

Don't export keys in xml

Files:

Legend:

Unmodified
Added
Removed
Modified
  • scripts/trunk/Print - Export/Export Database as XML.py

    r375 r377  
    36 36   # these tables will be omitted  
    37 37  
    38   IgnoreColumns = ['ID']  
      38 IgnoreColumns = ['ID', "ServerKey", 'OwnerKey', 'EditKey', 'ViewKey', 'WebEditKey', 'WebViewKey']  
    38 38   # these columns will be omitted  
    39 39