Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5632 Rev 5633
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[0]->sender_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[0]->sender_status);
928
        print_r($conversation[0]->sender_status);
Línea 934... Línea 934...
934
                'data' => 'LABEL_FEED_WAS_DELETED'
934
                'data' => 'LABEL_FEED_WAS_DELETED'
935
            ];
935
            ];
936
        } else {
936
        } else {
Línea 937... Línea 937...
937
 
937
 
938
 
938
 
939
            // $response = [
939
            $response = [
940
            //     'success' => false,
940
                'success' => false,
941
            //     'data' => $ConversationMapper->getError()
941
                'data' => $ConversationMapper->getError()
Línea 942... Línea 942...
942
            // ];
942
            ];
943
        }
943
        }