From b9a64982048f5c2cd1a3c2b8e016df3ec01e72f5 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Tue, 19 Jun 2012 13:07:18 +0300 Subject: [PATCH] add space to form validation dump --- ipf/form/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.49.0