mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
remove references to felamimail stuff
This commit is contained in:
parent
27ebbd6bad
commit
671a47f6fc
@ -2430,8 +2430,8 @@ class infolog_ui
|
||||
$uid = $_GET['uid'];
|
||||
$partid = $_GET['part'];
|
||||
$mailbox = base64_decode($_GET['mailbox']);
|
||||
$mailClass = 'felamimail_bo';
|
||||
$sessionLocation = 'felamimail';
|
||||
$mailClass = 'mail_bo';
|
||||
$sessionLocation = 'mail';
|
||||
// if rowid is set, we are called from new mail module.
|
||||
if (method_exists('mail_ui','splitRowID') && isset($_GET['rowid']) && !empty($_GET['rowid']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user