A few minor changes to add to the dynamic albums module

1) cleanun the two displays of the recent changes page
2) change the name to recent changes.
3) Change the description in module.info
Not quite ready for prime time, some issues with the limit to be
resolved

Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
This commit is contained in:
Tim Almdal
2009-07-10 12:39:23 +08:00
parent 7862e8b02d
commit 4b28f7f50e
3 changed files with 2 additions and 32 deletions
@@ -31,7 +31,7 @@ class dynamic_installer {
"limit" => null,
"description" => "",
"key_field" => "created",
"title" => t("Recent Updates"))));
"title" => t("Recent Changes"))));
module::set_version("dynamic", 1);
}
}