Ignore:
Timestamp:
04/08/10 18:31:53 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Correção da lista de contatos para a leitura de um contato em varios grupos.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/inc/WebService.php

    r2421 r2471  
    1010  \***************************************************************************/ 
    1111 
    12 class webService 
     12class WebService 
    1313{ 
    1414        public final function getPhotoSession($pUid, $pOu) 
     
    4343if(trim($_REQUEST['phpPhoto']) != "") 
    4444{ 
    45         $obj    = new webservice(); 
     45        $obj    = new WebService(); 
    4646        $ou             = $_REQUEST['phpOu']; 
    4747        $jid    = $_REQUEST['phpPhoto']; 
     
    5050} 
    5151 
     52 
    5253?> 
Note: See TracChangeset for help on using the changeset viewer.