Changeset 241
- Timestamp:
- 05/22/07 11:57:06
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/libraries/FAL_front.php
r231 r241 232 232 $fields['email'] = $this->CI->lang->line('FAL_user_email_label'); 233 233 234 //if activated in config, sets the select country box235 if ($this->CI->config->item('FAL_use_country'))236 237 234 //set validation rules 238 235 $rules['user_name'] = $this->CI->config->item('FAL_user_name_field_validation_register');
