Changeset 8
- Timestamp:
- 04/08/07 11:41:09
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/libraries/Freakauth_light.php
r2 r8 85 85 $this->CI->load->model('FreakAuth_light/usertemp', 'UserTemp'); 86 86 $this->CI->load->model('Usermodel', 'usermodel'); 87 $this->CI->load->model('Userprofile', 'userprofile'); 87 88 88 89 $this->_init(); … … 522 523 //let's get the last insert id 523 524 $data_profile['id'] = $this->CI->db->insert_id(); 524 $this->CI->load->model('Userprofile');525 525 $this->CI->Userprofile->insertUserProfile($data_profile); 526 526 } … … 1134 1134 $field_rule=$this->CI->config->item('FAL_user_profile_fields_validation_rules'); 1135 1135 1136 $this->CI->load->model('Userprofile', 'userprofile');1137 1136 1138 1137 //array of fields … … 1191 1190 $field_rule=$this->CI->config->item('FAL_user_profile_fields_validation_rules'); 1192 1191 1193 $this->CI->load->model('Userprofile', 'userprofile');1194 1192 1195 1193 //array of fields
