Ignore:
Timestamp:
04/08/11 14:00:27 (13 years ago)
Author:
thiagoaos
Message:

Ticket #1728 - Mobile - Ajuste para visualizar a foto no catalogo geral do mobile.

File:
1 edited

Legend:

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

    r3829 r3964  
    511511                                                                        $result = $this->bo->bo->get_single_entry($params['id'], $fields); 
    512512 
    513                                                                         $this->template->set_var('photo', '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_photo&id='.$id); 
     513                                                                        $this->template->set_var('photo', '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_photo&id='.$params["id"]); 
    514514 
    515515                                                                        $this->template->set_var('cc_name',$result['names_ordered'][0]); 
Note: See TracChangeset for help on using the changeset viewer.