When I'm editing a contact in the phpgroupware addressbook, on the tab-sheet 
"General Data" the "work email" and the "work phone" (wphone) is shown. 

In my case it would be better to have the "home email" and "home phone".

I changed the following lines in "class.uiaddressbook.inc.php" in line (around) 
1930:

$entry['email'] = $comms['comm_data']['work email'];
$entry['wphone'] = $comms['comm_data']['work phone'];

changed to:
$entry['email'] = $comms['comm_data']['home email'];
$entry['wphone'] = $comms['comm_data']['home phone'];

Now I have the home-data on the tab-sheet "General Data" but in the tab 
"Communication" the work data is shown similar to the home data - so no good 
solution ;)

Does anyone know a solution for the above problem?Sent from the phpGroupWare 
forums @ http://forums.phpGroupWare.org


_______________________________________________
phpGroupWare-users mailing list
phpGroupWare-users@gnu.org
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to