Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3916 | Rev 3920 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3916 Rev 3919
Línea 2299... Línea 2299...
2299
                    
2299
                    
2300
                    
2300
                    
2301
                    $userHobbyAndInterest = new UserHobbyAndInterest();
2301
                    $userHobbyAndInterest = new UserHobbyAndInterest();
2302
                    $userHobbyAndInterest->user_id = $userProfile->user_id;
2302
                    $userHobbyAndInterest->user_id = $userProfile->user_id;
Línea 2303... Línea 2303...
2303
                    $userHobbyAndInterest->user_profile_id = $userProfile->id;
2303
                    $userHobbyAndInterest->user_profile_id = $userProfile->id;
2304
                    $userHobbyAndInterest->hobbyAndInterest_id =  $hobbyAndInterest->id;
2304
                    $userHobbyAndInterest->hobby_and_interest_id =  $hobbyAndInterest->id;
Línea 2305... Línea 2305...
2305
                    
2305