quiet a warning when viewing the felaimail with no profile selected.

This commit is contained in:
mgalgoci 2004-08-11 23:36:12 +00:00
parent f4c740db27
commit 98c6d1bc3c

View File

@ -951,6 +951,8 @@
$allFolders = array();
// create a list of all folders, also the ones which are not subscribed
if (isset($folders) && is_array($folders))
{
foreach($folders as $key => $value)
{
$folderParts = explode('.',$key);
@ -963,6 +965,7 @@
$allFolders[$string] = $folderParts[$i];
}
}
}
// keep track of the last parent id
$parentStack = array();