Changeset 377
- Timestamp:
- Mon Feb 25 07:33:32 2008
- 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
