Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-04 | (#8678) Add validate_array and validate_string functions | Jeff McCune | |
The accounts module is making use of validate_array() and validate_string() which do not exist int he stdlib module without this patch. This patch adds the two functions to the stdlib with unit tests. Reviewed-by: Dan Bode |