01-02-2009, 04:39 PM
[eluser]Ian Cook[/eluser]
http://ellislab.com/codeigniter/user-gui...nreference
$this->form_validation->set_rule();
should be
$this->form_validation->set_rules();
http://ellislab.com/codeigniter/user-gui...nreference
$this->form_validation->set_rule();
should be
$this->form_validation->set_rules();