Changeset 4890

Show
Ignore:
Timestamp:
08/18/07 10:15:19 (1 year ago)
Author:
p_lindheimer
Message:

remove database_deltree from core_users2astdb() since there are a lot of AMPUSER variables below it that cannot be recreated. What is needed is an ability to cycle through the tree and remove users that are no longer there

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/core/functions.inc.php

    r4767 r4890  
    914914        //add details to astdb 
    915915        if ($astman) { 
    916                 $astman->database_deltree("AMPUSER"); 
    917916                foreach($userresults as $usr) { 
    918917                        extract($usr);