"fixed problem reported by Phillip Herbert on the devel-list: Mass move to private addressbook does not work"

This commit is contained in:
Ralf Becker 2008-08-13 06:18:03 +00:00
parent b63928d7f0
commit 8a9bf481f5

View File

@ -483,7 +483,7 @@ class addressbook_ui extends addressbook_bo
if (substr($action,0,8) == 'move_to_') 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') if (substr($action,0,7) == 'to_list')
{ {