Index: temp/trunk/html/admin/system/module.php
===================================================================
--- temp/trunk/html/admin/system/module.php	(revision 8248)
+++ temp/trunk/html/admin/system/module.php	(revision 8249)
@@ -142,7 +142,7 @@
 			$arrCSV = fgetcsv($fp, UPDATE_CSV_LINE_MAX);
 			
-			$arrCSV = ereg_replace('\"', '"', $arrCSV);
-			
-			sfprintr($arrCSV);
+			foreach($arrCSV as $key => $val){
+				$arrCSV[$key] = ereg_replace('\"', '"', $val);
+			}
 			
 			if(ereg("^#", $arrCSV[0])) {
