add a comment to indicate that inboxcount for ODBC_STORAGE needs to be fixed to support multiple mailboxes

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@78778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 18 years ago
parent e019aff438
commit f2bf48ce42

@ -2111,6 +2111,7 @@ static const char *mbox(int id)
}
#ifdef ODBC_STORAGE
/*! XXX \todo Fix this function to support multiple mailboxes in the intput string */
static int inboxcount(const char *mailbox, int *newmsgs, int *oldmsgs)
{
int x = -1;

Loading…
Cancel
Save