Index: /temp/trunk/data/module/DB/common.php
===================================================================
--- /temp/trunk/data/module/DB/common.php	(revision 5889)
+++ /temp/trunk/data/module/DB/common.php	(revision 5890)
@@ -956,5 +956,4 @@
             return $realquery;
         }
-		print_r($realquery);
         $result = $this->simpleQuery($realquery);
 
@@ -1005,5 +1004,5 @@
 					$realquery .= $this->quoteSmart($value);
 				}else{
-					$realquery .= NULL;
+					$realquery .= 'NULL';
 				}
             } elseif ($this->prepare_types[$stmt][$i] == DB_PARAM_OPAQUE) {
Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 5886)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 5890)
@@ -495,5 +495,5 @@
 		// ¥Æ¡¼¥Ö¥ë¥Õ¥é¥°¤¬¤¿¤Ã¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¥Æ¡¼¥Ö¥ëÌ¾¥»¥Ã¥È
 		if (!$tbl_flg) {
-			$base_sql = "INSERT INTO $data[0];";
+			$base_sql = "INSERT INTO $data[0]";
 			$tbl_flg = true;
 			
