unsetting an array element didn't re-index the array which caused a failure
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Mar 2004 21:05:57 +0000 (21:05 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Mar 2004 21:05:57 +0000 (21:05 +0000)
commit35314c5c957161a477f8f434a00dfd14edfa49b2
tree047ebf149c6a6b16651f25754366281277488f72
parent30a4bda798a44ea91bb4ce6d2f2079d7605d09ff
unsetting an array element didn't re-index the array which caused a failure
when we added the INBOX response to the array at a later stage. This is
confirmed on PHP 4.1.2. The version I'm using (4.3.4) didn't had that
problem. Probably this fix us a php-bug workaround.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6732 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/imap_mailbox.php