Changeset 12013

Show
Ignore:
Timestamp:
09/04/07 16:49:15 (1 year ago)
Author:
w_i
Message:

removed the deleting of the mailbox owner on creation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/net.nehmer.mail/mailbox.php

    r12004 r12013  
    541541        // Unset owner privileges automatically created by DBA, this is inherited from the 
    542542        // person. 
    543         $mailbox->unset_privilege('midgard:owner'); 
     543        //$mailbox->unset_privilege('midgard:owner'); 
    544544 
    545545        if ($require_sudo) 
     
    601601        // Unset owner privileges automatically created by DBA, this is inherited from the 
    602602        // person. 
    603         $mailbox->unset_privilege('midgard:owner'); 
     603        //$mailbox->unset_privilege('midgard:owner'); 
    604604 
    605605        if ($require_sudo)