Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 8055)
+++ temp/trunk/data/lib/slib.php	(revision 8062)
@@ -1543,4 +1543,11 @@
 	if($arrOrder['memo02'] != "") {
 		$arrOther = unserialize($arrOrder['memo02']);
+		
+		foreach($arrOther as $other_key => $other_val){
+			if(sfTrim($other_val["value"]) == ""){
+				$arrOther[$other_key]["value"] = "";
+			}
+		}
+		
 		$objPage->arrOther = $arrOther;
 	}
