alecpl
2011-07-08 63fda8af57a285020dc094adcf6eeb46bee1c2d5
program/steps/addressbook/func.inc
@@ -90,8 +90,9 @@
// remove undo information...
if ($undo = $_SESSION['contact_undo']) {
    // ...after 30 seconds
    if ($undo['ts'] < time() - 30)
    // ...after timeout
    $undo_time = $RCMAIL->config->get('undo_timeout', 0);
    if ($undo['ts'] < time() - $undo_time)
        $RCMAIL->session->remove('contact_undo');
}