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