Changeset 1021

Show
Ignore:
Timestamp:
02/25/08 11:01:16 (9 months ago)
Author:
joximu
Message:

Fixed #1052: postmaster email not created

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1020 r1021  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     32008-02-25 Christian Hernmarck 
     4        - GUI: 
     5                * Fixed #1052: postmaster email not created 
    36 
    472008-02-25 Christian Hernmarck 
  • trunk/gui/reseller/orders_add.php

    r1014 r1021  
    211211                $cgi)); 
    212212$dmn_id = $sql->Insert_ID(); 
     213 
     214// Create the 3 default addresses if wanted 
     215if ($cfg['CREATE_DEFAULT_EMAIL_ADDRESSES']) client_mail_add_default_accounts($dmn_id, $user_email, $dmn_user_name); // 'domain', 0 
     216 
    213217// ispcp 2.5 feature 
    214218// add_domain_extras($dmn_id, $record_id, $sql); 
     
    222226        tr('Domain account') 
    223227        ); 
    224 // send query to the ispcp daemon 
     228 
    225229// add user into user_gui_props => domain looser needs language and skin too :-) 
    226230$user_def_lang = $_SESSION['user_def_lang']; 
     
    239243                $user_theme_color)); 
    240244 
     245// send query to the ispcp daemon 
    241246send_request(); 
    242247