diff --git a/setup/inc/phpgw_setup.inc.php b/setup/inc/phpgw_setup.inc.php index 5518eb0032..180320f2e0 100644 --- a/setup/inc/phpgw_setup.inc.php +++ b/setup/inc/phpgw_setup.inc.php @@ -314,8 +314,8 @@ function get_template_list(){ global $phpgw_info; $d = dir(PHPGW_SERVER_ROOT."/phpgwapi/templates"); - $list["user_choice"]["name"] = "user_choice"; - $list["user_choice"]["title"] = "Users Choice"; + //$list["user_choice"]["name"] = "user_choice"; + //$list["user_choice"]["title"] = "Users Choice"; while($entry=$d->read()) { if ($entry != "CVS" && $entry != "." && $entry != ".."){ $list[$entry]["name"] = $entry;