From: Andrey Kutejko Date: Tue, 19 Jun 2012 10:07:18 +0000 (+0300) Subject: add space to form validation dump X-Git-Tag: 0.5~318 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=b9a64982048f5c2cd1a3c2b8e016df3ec01e72f5;p=ipf.git add space to form validation dump --- diff --git a/ipf/form/model.php b/ipf/form/model.php index b274d65..ae445aa 100644 --- a/ipf/form/model.php +++ b/ipf/form/model.php @@ -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); } }