Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16800 Rev 16801
Línea 339... Línea 339...
339
                        $conversation->sender_id = $owner->user_id;
339
                        $conversation->sender_id = $owner->user_id;
340
                        $conversation->sender_status = Conversation::STATUS_DELETED;
340
                        $conversation->sender_status = Conversation::STATUS_DELETED;
Línea 341... Línea 341...
341
       
341
       
342
                        $conversation->receiver_id = $record->user_id;
342
                        $conversation->receiver_id = $record->user_id;
343
                        $conversation->receiver_status = Conversation::STATUS_NORMAL;
-
 
344
  
343
                        $conversation->receiver_status = Conversation::STATUS_NORMAL;
345
                    
-
 
346
                        
344
 
347
                        if(!$conversationMapper->insert($conversation)) {
345
                        if(!$conversationMapper->insert($conversation)) {
348
                            continue;
346
                            continue;
349
                        }
-
 
350
                        
347
                        }
351
                    }
-
 
Línea 352... Línea 348...
352
 
348
                    }
353
                    
349
                    
354
                    $message = new Message();
350
                    $message = new Message();
355
                    $message->conversation_id = $conversation->id;
351
                    $message->conversation_id = $conversation->id;