diff --git a/addressbook/inc/functions.inc.php b/addressbook/inc/functions.inc.php index 3bede63c9f..3b40612388 100755 --- a/addressbook/inc/functions.inc.php +++ b/addressbook/inc/functions.inc.php @@ -11,6 +11,9 @@ \**************************************************************************/ /* $Id$ */ + + // NOTE: This entire file needs to be rewritten. There is a great deal of code not being used + // anymore. (jengo) $abc = array('company' => 'company', // AddressBook Columns and their descriptions 'firstname' => 'first name', diff --git a/addressbook/view.php b/addressbook/view.php index 916dfb0341..aa427dbf28 100755 --- a/addressbook/view.php +++ b/addressbook/view.php @@ -66,16 +66,17 @@ $i++; $columns_html .= ""; } - $owner = $phpgw->db->f("ab_owner"); $access = $phpgw->db->f("ab_access"); - + $owner = $phpgw->db->f("ab_owner"); + $ab_id = $phpgw->db->f("ab_id"); + echo $columns_html . '