Changeset 2891


Ignore:
Timestamp:
06/01/10 10:45:52 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Redirecionando o formulário corretamente.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/emailadmin/inc/class.ui.inc.php

    r2889 r2891  
    404404                        } 
    405405                        $imapSettings['imapType'] = $imapType; 
    406                          
     406 
    407407                        $this->boemailadmin->saveProfile($globalSettings, $smtpSettings, $imapSettings); 
    408                         #if ($HTTP_POST_VARS['bo_action'] == 'save_ldap' || $HTTP_GET_VARS['bo_action'] == 'save_ldap') 
    409                         #{ 
    410                                 $this->listProfiles(); 
    411                         #} 
    412                         #else 
    413                         #{ 
    414                         #       $this->editServer($HTTP_GET_VARS["serverid"],$HTTP_GET_VARS["pagenumber"]); 
    415                         #} 
    416                 } 
    417                  
     408                        $GLOBALS[ 'phpgw_info' ][ 'flags' ][ 'java_script' ] .= "<script>ExpressoLivre.link( '{$GLOBALS[ 'phpgw' ] -> link( '/', 'menuaction=emailadmin.ui.listProfiles' )}' );</script>"; 
     409                        exit; 
     410                } 
     411 
    418412                function translate() 
    419413                { 
Note: See TracChangeset for help on using the changeset viewer.