Changeset 3964
- Timestamp:
- 04/08/11 14:00:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/mobile/inc/class.ui_mobilecc.inc.php
r3829 r3964 511 511 $result = $this->bo->bo->get_single_entry($params['id'], $fields); 512 512 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"]); 514 514 515 515 $this->template->set_var('cc_name',$result['names_ordered'][0]);
Note: See TracChangeset
for help on using the changeset viewer.