mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
"fixed problem reported by Phillip Herbert on the devel-list: Mass move to private addressbook does not work"
This commit is contained in:
parent
b63928d7f0
commit
8a9bf481f5
@ -483,7 +483,7 @@ class addressbook_ui extends addressbook_bo
|
||||
|
||||
if (substr($action,0,8) == 'move_to_')
|
||||
{
|
||||
$action = (int)substr($action,8);
|
||||
$action = (int)substr($action,8).(substr($action,-1) == 'p' ? 'p' : '');
|
||||
}
|
||||
if (substr($action,0,7) == 'to_list')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user