till
2008-02-17 8150d28370ac3cb8d22a555cb9b9ae205e38c1d9
* added isset() to get rid off notice

1 files modified
6 ■■■■ changed files
program/lib/imap.inc 6 ●●●● patch | view | raw | blame | history
program/lib/imap.inc
@@ -66,8 +66,8 @@
include_once 'lib/icl_commons.inc';
if (!$IMAP_USE_HEADER_DATE) {
    $IMAP_USE_INTERNAL_DATE = true;
if (!isset($IMAP_USE_HEADER_DATE) || !$IMAP_USE_HEADER_DATE) {
    $IMAP_USE_INTERNAL_DATE = true;
}
/**
@@ -2609,4 +2609,4 @@
    }
    return (iil_C_Expunge($conn, $folder) >= 0);
}
?>
?>