diff --git a/addressbook/inc/functions.inc.php b/addressbook/inc/functions.inc.php index 3811723df9..6bf542d985 100755 --- a/addressbook/inc/functions.inc.php +++ b/addressbook/inc/functions.inc.php @@ -80,7 +80,6 @@ "d_emailtype" => "email type", //'INTERNET','CompuServe',etc... "d_email_work" => "", //yn "d_email_home" => "", //yn - //"access" => "access" "pager" => "Pager", "mphone" => "mobile phone", "ophone" => "other phone", @@ -139,7 +138,6 @@ function addressbook_form($format,$action,$title="",$fields="") { // used for add/edit global $phpgw, $phpgw_info; - #$t = new Template($phpgw_info["server"]["app_tpl"]); $t = new Template($phpgw->common->get_tpl_dir("addressbook")); $t->set_file(array( "form" => "form.tpl"));