typo in user guide |
|||
|---|---|---|---|
| Date: | 10/10/2008 | Severity: | Minor |
| Status: | Resolved | Reporter: | CI shocki |
| Version: | 1.7.0 SVN | ||
| Keywords: | User Guide, Typos | ||
Description
At section form_validation class, Creating Sets of Rules
This
$config = array(
‘signup’ = array(
array(
...
should be
$config = array(
‘signup’ => array(
array(
...
