mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +01:00
fix obsolet signature from prefs
This commit is contained in:
parent
4d711ddced
commit
0a2551f432
@ -377,10 +377,10 @@
|
||||
{
|
||||
if (!isset($userPrefs['sendOptions']) || empty($userPrefs['sendOptions'])) $userPrefs['sendOptions'] = 'move_to_sent';
|
||||
}
|
||||
|
||||
/* not used anymore
|
||||
if (!empty($userPrefs['email_sig'])) $userPrefs['signature'] = $userPrefs['email_sig'];
|
||||
|
||||
unset($userPrefs['email_sig']);
|
||||
*/
|
||||
if (isset($userPrefs['email_sig'])) unset($userPrefs['email_sig']);
|
||||
return $userPrefs;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user