Index: /temp/trunk/html/admin/system/module.php
===================================================================
--- /temp/trunk/html/admin/system/module.php	(revision 8251)
+++ /temp/trunk/html/admin/system/module.php	(revision 8252)
@@ -143,5 +143,5 @@
 			
 			foreach($arrCSV as $key => $val){
-				$arrCSV[$key] = ereg_replace('\\"', '"', $val);
+				$arrCSV[$key] = ereg_replace('\"', '"', $val);
 			}
 			
