Backout part of previous checkin for bug 404264 that shouldn't have been checked in

This commit is contained in:
bugzilla%standard8.plus.com 2007-11-23 16:20:37 +00:00
Родитель 89e3bd894a
Коммит 0102383ea9
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -489,10 +489,6 @@ NS_IMETHODIMP nsAbMDBDirectory::GetChildCards(nsISimpleEnumerator* *result)
nsresult rv = GetAbDatabase();
// No file, so can't have any cards, so just return an empty enumerator.
if (rv == NS_ERROR_FILE_NOT_FOUND)
return NS_NewArrayEnumerator(result, (nsIArray*)nsnull);
if (NS_SUCCEEDED(rv) && mDatabase)
{
if (mIsMailingList == 0)