Update function to match the api

This commit is contained in:
Miles Lott 2001-05-31 09:25:58 +00:00
parent dc38f82581
commit 2628c9857c

View File

@ -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;