phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[phpGroupWare-users] Addressbook / Edit=>General Data: "home email" & "h


From: spidergen
Subject: [phpGroupWare-users] Addressbook / Edit=>General Data: "home email" & "home phone" instead of
Date: Fri, 10 Aug 2007 03:22:29 -0700 (MST)


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]