Index: branches/dev/html/test/adachi/SC_FormParamsManager.php
===================================================================
--- branches/dev/html/test/adachi/SC_FormParamsManager.php	(revision 13738)
+++ branches/dev/html/test/adachi/SC_FormParamsManager.php	(revision 13739)
@@ -96,5 +96,5 @@
         foreach ($this->_arrParamsInfo as $_key => $objParam) {
             if ($onjParam->isRelation === true) {
-                $arrErr['$_key'] = $objParam->getRelateErrorMessage();
+                $arrErr[$_key] = $objParam->getRelateErrorMessage();
             } else {
                 $arrErr[$_key] = $objParam->getErrorMessage();
@@ -158,5 +158,5 @@
         
         foreach ($this->_arrParams as $_key => $_value) {
-            if (isset($arrNonEscape['$_key']) && $arrNonEscape['$_key'] == $_key) {
+            if (isset($arrNonEscape[$_key]) && $arrNonEscape[$_key] == $_key) {
                 $arrRet[$key] = $objParam->getValue();
             }
@@ -193,11 +193,4 @@
         }
     }
-    function _addDBData(){
-        
-    }
-    
-    function _getEscapeParams($string){
-        
-    }
 }
 ?>
