Part of the EllisLab Network

Bug Report

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(
...

Expected Result

Actual Result

Comment on Bug Report

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?