diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-09 19:15:14 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-09 19:15:14 -0700 |
commit | cb3be4abc761a661549501d32c67b11fccd29758 (patch) | |
tree | 57656a5069fe2acd17ea6c0c67d1f47409efa687 /modules/dynamic/helpers/dynamic_installer.php | |
parent | 3347178eee9c0d4b779a172af1139885db5655dc (diff) |
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
Diffstat (limited to 'modules/dynamic/helpers/dynamic_installer.php')
-rw-r--r-- | modules/dynamic/helpers/dynamic_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dynamic/helpers/dynamic_installer.php b/modules/dynamic/helpers/dynamic_installer.php index 8780864b..66d6298d 100644 --- a/modules/dynamic/helpers/dynamic_installer.php +++ b/modules/dynamic/helpers/dynamic_installer.php @@ -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); } } |