Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5627 Rev 5628
Línea 921... Línea 921...
921
 
921
 
922
 
922
 
923
    private function deleteConversation($conversation)
923
    private function deleteConversation($conversation)
924
    {
924
    {
925
        $ConversationMapper = ConversationMapper::getInstance($this->adapter);
925
        $ConversationMapper = ConversationMapper::getInstance($this->adapter);
926
        $conversation->status = Conversation::STATUS_DELETED;
926
        $conversation->sender_status = Conversation::STATUS_DELETED;
927
        echo '<pre>';
927
        echo '<pre>';
Línea 928... Línea 928...
928
        print_r($conversation);
928
        print_r($conversation[0]);
929
        echo '</pre>';
929
        echo '</pre>';
930
 
930