Ignore:
Timestamp:
12/01/11 13:22:22 (12 years ago)
Author:
douglasz
Message:

Ticket #2362 - Retirar inclusao do proprio rementente na acao de responder a todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r5134 r5229  
    165165        $template->set_var("msg_number",$_GET['msgball']['msgnum'] ? $_GET['msgball']['msgnum'] : $_GET['to']); 
    166166        $template->set_var("user_email",$_SESSION['phpgw_info']['expressomail']['user']['email']); 
     167        include_once $_SESSION['rootPath'] . '/header.inc.php'; 
     168        require_once $_SESSION['rootPath'] . '/API/class.servicelocator.php'; 
     169        $alternativeMailService = ServiceLocator::getService('ldap'); 
     170        $AlternateEmailExpresso = Array(); 
     171        $AlternateEmailExpresso = $alternativeMailService->getMailAlternateByUidNumber($_SESSION['phpgw_info']['expressomail']['user']['account_id']); 
     172        $template->set_var("user_email_alternative", implode(",", $AlternateEmailExpresso));     
    167173        $acc = CreateObject('phpgwapi.accounts'); 
    168174        $template->set_var("user_organization", $acc->get_organization($GLOBALS['phpgw_info']['user']['account_dn'])); 
Note: See TracChangeset for help on using the changeset viewer.