diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:09 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:09 +0000 |
| commit | 6e0a355aefc3ca36b2afe7bc8d65c093de77beea (patch) | |
| tree | 8f73e8476b4719a1f11d0a52590caf07d5a8dbcf /modules | |
| parent | ae447631fa498f779f70fb3dd500f6ea37bf224a (diff) | |
| download | liberty-6e0a355aefc3ca36b2afe7bc8d65c093de77beea.tar.gz liberty-6e0a355aefc3ca36b2afe7bc8d65c093de77beea.tar.bz2 liberty-6e0a355aefc3ca36b2afe7bc8d65c093de77beea.zip | |
SCHEMA CHANGE - liberty_content_types - change content_description to content_name, add column content_name_plural - update all class files and hashes where appropriate
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_last_changes.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_last_changes.tpl b/modules/mod_last_changes.tpl index 745766b..dc2ab88 100644 --- a/modules/mod_last_changes.tpl +++ b/modules/mod_last_changes.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_changes.tpl,v 1.7 2007/09/30 22:25:43 laetzer Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_changes.tpl,v 1.8 2010/04/17 22:46:09 wjames5 Exp $ *} {strip} {if $modLastContent} {bitmodule title="$moduleTitle" name="last_changes"} @@ -6,7 +6,7 @@ {section name=ix loop=$modLastContent} <li> {if !$contentType } - <strong>{tr}{$modLastContent[ix].content_description}{/tr}: </strong> + <strong>{tr}{$modLastContent[ix].content_name}{/tr}: </strong> {/if} {$modLastContent[ix].display_link} {if $showDate} |
