mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
add missing case in getAttributeValidationError()
This commit is contained in:
parent
423f42c1f4
commit
c6a7460533
|
@ -273,7 +273,7 @@ function getAttributeValidationError($error, $attrname='', $attrvalue='', $regex
|
|||
case 10:
|
||||
return array("attr_not_in_valueset", array('attrname'=>$attrname, 'value'=>$attrvalue));
|
||||
break;
|
||||
case 8:
|
||||
case 9:
|
||||
return array("attr_malformed_date", array('attrname'=>$attrname, 'value'=>$attrvalue));
|
||||
break;
|
||||
case 8:
|
||||
|
|
Loading…
Reference in New Issue
Block a user