Show
Ignore:
Timestamp:
03/16/06 11:53:07 (3 years ago)
Author:
benjamin
Message:

Misc code cleanup and alternc_export follow-up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bureau/class/export_account.php

    r789 r904  
    1010 
    1111$dom->lock(); 
    12 echo $dom->alternc_export(); 
    13 echo $mail->alternc_export(); 
    14 echo $aws->alternc_export(); 
     12 
     13foreach($classes as $c) { 
     14  if (method_exists($GLOBALS[$c],"alternc_export")) { 
     15    $GLOBALS[$c]->alternc_export("/tmp"); 
     16  } 
     17
     18 
    1519$dom->unlock(); 
    1620