Ignore:
Timestamp:
02/07/13 14:30:02 (11 years ago)
Author:
angelo
Message:

Ticket #3342 - Configurar Imap automaticamente ao instalar o Expresso pelo instalador automatico

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r7857 r7870  
    2525        $AlternateEmailExpresso = $alternativeMailService->getMailAlternateByUidNumber($_SESSION['phpgw_info']['expressomail']['user']['account_id']); 
    2626        $template->set_var("user_email_alternative", implode(",", $AlternateEmailExpresso));     
     27         
     28        if (execmethod('emailadmin.ui.countProfiles') == 0){ 
     29        execmethod('emailadmin.ui.addDefaultProfile'); 
     30    } 
    2731 
    2832        $update_version = $GLOBALS['phpgw_info']['apps']['expressoMail1_2']['version']; 
Note: See TracChangeset for help on using the changeset viewer.