summaryrefslogtreecommitdiff
path: root/templates/list_content_json.tpl
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-04-17 22:46:09 +0000
committerwjames5 <will@tekimaki.com>2010-04-17 22:46:09 +0000
commit6e0a355aefc3ca36b2afe7bc8d65c093de77beea (patch)
tree8f73e8476b4719a1f11d0a52590caf07d5a8dbcf /templates/list_content_json.tpl
parentae447631fa498f779f70fb3dd500f6ea37bf224a (diff)
downloadliberty-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 'templates/list_content_json.tpl')
-rwxr-xr-xtemplates/list_content_json.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_content_json.tpl b/templates/list_content_json.tpl
index 3a9a31f..169f975 100755
--- a/templates/list_content_json.tpl
+++ b/templates/list_content_json.tpl
@@ -8,7 +8,7 @@
{ldelim}
"content_id":{if $icontent.content_id}{$icontent.content_id}{else}null{/if},
"content_type_guid":'{$icontent.content_type_guid}',
- "content_description":'{$icontent.content_description}',
+ "content_name":'{$icontent.content_name}',
"lat":{if $icontent.lat|is_numeric}{$icontent.lat}{else}null{/if},
"lng":{if $icontent.lng|is_numeric}{$icontent.lng}{else}null{/if},
"title":'{$icontent.title|addslashes}',