Re: Email Validation: Test Case Fails

2008-06-20 Thread bujanga
I won't presume to answer why but... If you change- 'rule' => array('email', true), to - 'rule' => array('email'), it works for me. Gary On Fri, Jun 20, 2008 at 12:53 PM, J. Anderson <[EMAIL PROTECTED]> wrote: > > Before posting to Cake Trac and potentially wasting a developers time, > maybe t

Email Validation: Test Case Fails

2008-06-20 Thread J. Anderson
Before posting to Cake Trac and potentially wasting a developers time, maybe the group knows of this? Preliminaries: Version (from version.txt) 1.2.0.7125 RC1 PHP Version: 5.2.5 Platform: Apache 2.2.8 OS: Windows XP Begin Code (From Model) var $validate = array( 'email' => array(