Ignore:
Timestamp:
07/08/09 17:47:18 (15 years ago)
Author:
niltonneto
Message:

Ticket #559 - Melhoria na implementação do envio de Sugestões.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/help/enviasugestao.php

    r1100 r1101  
    2121include('../header.inc.php'); 
    2222if($_POST){ 
    23         $params['input_to'] = $_POST['to']; 
    24         $params['input_cc'] = $_POST['cc']; 
    25         $params['input_cc'] = $_POST['cco']; 
    26         $params['input_subject'] = $_POST['subject']; 
     23        $params['input_to'] = $GLOBALS['phpgw_info']['server']['sugestoes_email_to']; 
     24        $params['input_cc'] = $GLOBALS['phpgw_info']['server']['sugestoes_email_cc']; 
     25        $params['input_cc'] = $GLOBALS['phpgw_info']['server']['sugestoes_email_bcc']; 
     26        $params['input_subject'] =      lang("Suggestions"); 
    2727        $params['body'] = $_POST['body']; 
    2828        $expressoMail = CreateObject('expressoMail1_2.imap_functions');                  
Note: See TracChangeset for help on using the changeset viewer.