Index: temp/trunk/html/admin/system/module.php
===================================================================
--- temp/trunk/html/admin/system/module.php	(revision 8246)
+++ temp/trunk/html/admin/system/module.php	(revision 8247)
@@ -141,4 +141,6 @@
 		while (!feof($fp)) {
 			$arrCSV = fgetcsv($fp, UPDATE_CSV_LINE_MAX);
+			
+			$arrCSV = ereg_replace('\"', '"', $arrCSV);
 			
 			if(ereg("^#", $arrCSV[0])) {
