forked from extern/egroupware
Update function to match the api
This commit is contained in:
parent
dc38f82581
commit
2628c9857c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user