Ignore:
Timestamp:
02/24/11 08:52:43 (13 years ago)
Author:
diegomoreno
Message:

Ticket #1585 - Mobile - Ajuste para exibir a foto do contato na visualizacao.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/inc/class.ui_mobilecc.inc.php

    r3731 r3811  
    389389                                                                asort($result['connections']); 
    390390 
    391                                                                 $this->template->set_var('photo', '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_photo&id='.$id); 
     391                                                                $this->template->set_var('photo', '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_photo&id='.$params['id']); 
    392392                                                                $this->template->set_var('id',$params['id']); 
    393393                                                                $this->template->set_var('catalog',$params['catalog']); 
Note: See TracChangeset for help on using the changeset viewer.