Changeset 8

Show
Ignore:
Timestamp:
04/08/07 11:41:09
Author:
grahack
Message:

correcting php4 bug with $this->CI->Userprofile (strange bug anyway)

Files:

Legend:

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

    r2 r8  
    8585        $this->CI->load->model('FreakAuth_light/usertemp', 'UserTemp'); 
    8686        $this->CI->load->model('Usermodel', 'usermodel');  
     87        $this->CI->load->model('Userprofile', 'userprofile'); 
    8788 
    8889        $this->_init(); 
     
    522523                                //let's get the last insert id 
    523524                                $data_profile['id'] = $this->CI->db->insert_id(); 
    524                                 $this->CI->load->model('Userprofile'); 
    525525                                $this->CI->Userprofile->insertUserProfile($data_profile); 
    526526                        } 
     
    11341134                $field_rule=$this->CI->config->item('FAL_user_profile_fields_validation_rules'); 
    11351135                 
    1136                 $this->CI->load->model('Userprofile', 'userprofile'); 
    11371136                 
    11381137                //array of fields 
     
    11911190                $field_rule=$this->CI->config->item('FAL_user_profile_fields_validation_rules'); 
    11921191         
    1193                 $this->CI->load->model('Userprofile', 'userprofile'); 
    11941192                 
    11951193                //array of fields