remove references to felamimail stuff

This commit is contained in:
Klaus Leithoff 2014-04-10 14:33:24 +00:00
parent 27ebbd6bad
commit 671a47f6fc

View File

@ -2430,8 +2430,8 @@ class infolog_ui
$uid = $_GET['uid']; $uid = $_GET['uid'];
$partid = $_GET['part']; $partid = $_GET['part'];
$mailbox = base64_decode($_GET['mailbox']); $mailbox = base64_decode($_GET['mailbox']);
$mailClass = 'felamimail_bo'; $mailClass = 'mail_bo';
$sessionLocation = 'felamimail'; $sessionLocation = 'mail';
// if rowid is set, we are called from new mail module. // if rowid is set, we are called from new mail module.
if (method_exists('mail_ui','splitRowID') && isset($_GET['rowid']) && !empty($_GET['rowid'])) if (method_exists('mail_ui','splitRowID') && isset($_GET['rowid']) && !empty($_GET['rowid']))
{ {