Teodorih / yii-user

Automatically exported from code.google.com/p/yii-user
0 stars 0 forks source link

Match must be an integer ??? #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
public function rules(){
  return array(
....
  array('field_size, field_size_min, required, 

match, 

 position, visible', 'numerical', 'integerOnly'=>true),

Original issue reported on code.google.com by off...@zamakat.org on 13 Feb 2010 at 12:40

GoogleCodeExporter commented 8 years ago
Oops! Thanks, fixed (r28)

Original comment by mish...@gmail.com on 13 Feb 2010 at 3:07