Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 5864)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 5865)
@@ -276,5 +276,5 @@
 				$line .= "NULL,";
 			}else{
-				$data = strtr($val, "'", "\'");
+				$data = strtr($val, "'", "''");
 				$line .= "'".$data."',";
 			}
