|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-03-25 23:34 UTC] chagenbu at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 05:00:01 2025 UTC |
The return value of imap_clearflag_all() is always FALSE. This patch fixes the small oversight. *** imap.c.orig Wed Mar 22 15:11:13 2000 --- imap.c Wed Mar 22 15:12:03 2000 *************** *** 2877,2882 **** --- 2877,2883 ---- RETURN_FALSE; } mail_clearflag_full(imap_le_struct->imap_stream,sequence->value.str.val,flag->value.str.val,myargc == 4 ? flags->value.lval : NIL); + RETURN_TRUE; } /* }}} */