From c1aeaa801c12e63c202e05f4ff03808ada45fc8c Mon Sep 17 00:00:00 2001 From: Ralph Asendeteufrer Date: Thu, 18 Oct 2012 12:24:54 -0400 Subject: [PATCH] changes to set fix. --- gulliver/system/class.xmlform.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index 38185148c..b2070690b 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -506,7 +506,6 @@ class XmlForm_Field if ($e !== '') { $correct = false; } - //##,###.## --> ^...$ no parece pero no, o mejor si, donde # es \d?, en general todos // es valida cuando no encuentra un caracter que no deberia estar, puede no terminar la mascara // pero si sobran caracteres en el value entonces no se cumple la mascara. @@ -4246,7 +4245,6 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText * $html .= ''; * * */ - if ($this->gridFieldType == '') { $html .= $this->renderHint(); }