]> git.andy128k.dev Git - ipf.git/commitdiff
add space to form validation dump
authorAndrey Kutejko <andy128k@gmail.com>
Tue, 19 Jun 2012 10:07:18 +0000 (13:07 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Tue, 19 Jun 2012 10:07:18 +0000 (13:07 +0300)
ipf/form/model.php

index b274d65e19c7b020b0980297fb04c0bc5900dbd6..ae445aa87c772d8d7be27e3e5c5bf6a054a0ce5c 100644 (file)
@@ -139,7 +139,7 @@ class IPF_Form_Model extends IPF_Form
                 $erecords = $e->getInvalidRecords();
                 $errors = $erecords[0]->getErrorStack();
                 foreach($errors as $k=>$v){
-                    print($k);
+                    echo $k, ' ';
                     print_r($v);
                 }
             }