Index: temp/trunk/html/admin/system/module.php
===================================================================
--- temp/trunk/html/admin/system/module.php	(revision 8255)
+++ temp/trunk/html/admin/system/module.php	(revision 8256)
@@ -145,5 +145,5 @@
 			// ¥¨¥¹¥±¡¼¥×½èÍý¤ÎÃÖ´¹
 			foreach($arrCSV as $key => $val){
-				$arrCSV[$key] = ereg_replace('\"', '"', $val);
+				$arrCSV[$key] = str_replace('\"', '"', $val);
 			}
 			
