thomascube
2007-08-15 6b603da6f16591b63f809ef967554d260bd0d891
program/steps/addressbook/copy.inc
@@ -36,8 +36,11 @@
    $OUTPUT->show_message('copyerror', 'error');
  else
    $OUTPUT->show_message('copysuccess', 'notice', array('nr' => count($success)));
  // close connection to second address directory
  $TARGET->close();
}
// send response
$OUTPUT->send();