mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Preserve the old values to be used in values comparison
This commit is contained in:
@ -46,4 +46,14 @@ class admin_cmd_edit_preferences extends admin_cmd
|
||||
$GLOBALS['egw']->preferences->save_repository(True, $this->type);
|
||||
return lang('Preferences saved.');
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a title / string representation for a given command, eg. to display it
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
function __tostring()
|
||||
{
|
||||
return lang('Preferences of user %1 changed by %2', $this->data['account'], $this->requested_email);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user