Hi Philip,
thanks for the Info, it’s fixed in svn.
Ralf
pherbert schrieb:
Hello,
Due to an int conversion on line 486 of class_addressbook_ui.inc.php it is
not possible to
(mass) move contacts to private addressbook. The form calls action
move_to_p, but the trailing ‘p’ can not be evaluated after int
conversion.
if (substr($action,0,8) == ‘move_to_’)
{
$action = (int)substr($action,8);
}
check in line 706 fails due to int conversion:
elseif ($contact[‘owner’] != (int)$action || $contact[‘private’] !=
(int)(substr($action,-1) == ‘p’))
–Philip
–
Ralf Becker
eGroupWare Training & Support ==> http://www.egroupware-support.de
Outdoor Unlimited Training GmbH [www.outdoor-training.de]
Handelsregister HRB Kaiserslautern 3587
Geschäftsführer Birgit und Ralf Becker
Leibnizstr. 17, 67663 Kaiserslautern, Germany
Telefon +49 (0)631 31657-0
This SF.Net email is sponsored by the Moblin Your Move Developer’s challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers