1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Fixes for user audit log and rolling log. Removed some debug information from logs. Corrected bounce-handler line-ending encoding (could cause the following PHP error "Error in argument 1, char 3: option not found ")

This commit is contained in:
Cameron
2015-05-21 12:37:44 -07:00
parent 97ac03e9aa
commit e28997f420
6 changed files with 969 additions and 951 deletions

View File

@@ -1032,7 +1032,8 @@ class e107MailManager
}
else
{
e107::getAdminLog()->addDebug("Couldn't select emails", true);
// e107::getAdminLog()->addDebug("Couldn't select emails", true);
}
}