Changeset 241

Show
Ignore:
Timestamp:
05/22/07 11:57:06
Author:
grahack
Message:

FAL: deleted remaining old use_country test (fixes #54)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/libraries/FAL_front.php

    r231 r241  
    232232            $fields['email'] = $this->CI->lang->line('FAL_user_email_label'); 
    233233             
    234             //if activated in config, sets the select country box 
    235             if ($this->CI->config->item('FAL_use_country')) 
    236          
    237234            //set validation rules 
    238235            $rules['user_name'] = $this->CI->config->item('FAL_user_name_field_validation_register');