Changeset 2728 in subversion


Ignore:
Timestamp:
Jul 9, 2009 4:18:35 AM (4 years ago)
Author:
thomasb
Message:

Create plugin to present identities settings dialog to new users

Location:
trunk/roundcubemail/plugins
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/plugins/squirrelmail_usercopy/squirrelmail_usercopy.php

    r2699 r2728  
    4747                                foreach ($this->abook as $rec) 
    4848                                        $contacts->insert($rec, true); 
    49                         }                        
     49                        } 
     50                         
     51                        // mark identity as complete for following hooks 
     52                        $p['complete'] = true; 
    5053                } 
    5154 
Note: See TracChangeset for help on using the changeset viewer.