Changeset 2348 in subversion
- Timestamp:
- Mar 10, 2009 4:13:26 AM (4 years ago)
- Location:
- branches/release-0.2.1
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
program/steps/mail/check_recent.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.2.1/index.php
r2344 r2348 184 184 'display-attachment' => 'attachments.inc', 185 185 'upload' => 'attachments.inc', 186 'check-recent' => 'check_recent.inc',187 186 ), 188 187 -
branches/release-0.2.1/program/steps/mail/check_recent.inc
r2339 r2348 67 67 } 68 68 } 69 else if ($ IMAP->messagecount($mbox_name, 'UNSEEN', $check_all)) {70 $OUTPUT->command('set_unread_count', $mbox_name, $ IMAP->messagecount($mbox_name, 'UNSEEN', $check_all));69 else if ($unseen = $IMAP->messagecount($mbox_name, 'UNSEEN', $check_all)) { 70 $OUTPUT->command('set_unread_count', $mbox_name, $unseen); 71 71 } 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.
