[patch] [fix] commented out export_to_files call in p05_update_file_data patch
diff --git a/patches/april_2013/p05_update_file_data.py b/patches/april_2013/p05_update_file_data.py
index a5540cc..986e5b9 100644
--- a/patches/april_2013/p05_update_file_data.py
+++ b/patches/april_2013/p05_update_file_data.py
@@ -26,7 +26,7 @@
 		
 		webnotes.conn.sql("""delete from tabDocField where fieldname='file_list'
 				and parent=%s""", doctype)
-		export_to_files([["DocType", doctype]])
+		# export_to_files([["DocType", doctype]])
 
 def update_for_doc(doctype, doc):
 	for filedata in doc.file_list.split("\n"):