Index: temp/trunk/html/shopping/complete.php
===================================================================
--- temp/trunk/html/shopping/complete.php	(revision 7731)
+++ temp/trunk/html/shopping/complete.php	(revision 7733)
@@ -498,12 +498,14 @@
 }
 
-// GET¤ÎÃÍ¤ò¥¤¥ó¥µ¡¼¥È¤¹¤ë
+// GET¤ÎÃÍ¤ò¥¤¥ó¥µ¡¼¥ÈÍÑ¤ËÀ°¤¨¤ë
 function lfGetInsParam(){
+	$arrRet = array();
 	
 	foreach($_GET as $key => $val){
-		
-	}
-	
-	
+		// ¥«¥é¥à¤ÎÂ¸ºß¥Á¥§¥Ã¥¯
+		if(sfColumnExists("dtb_order", $key)) $arrRet[$key] = $val;
+	}
+	
+	return $arrRet;
 }
 
